summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-08-02 16:27:04 +0200
committerAndreas Schneider <asn@cryptomilk.org>2022-07-28 11:51:28 +0000
commitb24c8f540f10406ac8b348a26912d19f6427ccb5 (patch)
treef7f497f637019adde01d091023cf04c36fec95e0 /lib/crypto
parentdde461868f7bacf10b2aa141acd609ca0c965209 (diff)
downloadsamba-b24c8f540f10406ac8b348a26912d19f6427ccb5.tar.gz
lib:crypto: Reformat wscript
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/wscript7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/crypto/wscript b/lib/crypto/wscript
index 18ae23e2712..34f865346d4 100644
--- a/lib/crypto/wscript
+++ b/lib/crypto/wscript
@@ -2,5 +2,8 @@
def options(opt):
opt.add_option('--accel-aes',
- help=("Should we use accelerated AES crypto functions. Options are intelaesni|none."),
- action="store", dest='accel_aes', default="none")
+ help=("Should we use accelerated AES crypto functions. "
+ "Options are intelaesni|none."),
+ action="store",
+ dest='accel_aes',
+ default="none")