summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
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")