summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-02-02 16:34:31 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:22 +0200
commitb999fd3c25648af902d57e921e5d3efc1cc6a81c (patch)
tree164800a657baef51e9b6581c014eabf306d348bb /lib/crypto
parent18c3598b66a5b29486a2c7c8c465620d77b5818c (diff)
downloadsamba-b999fd3c25648af902d57e921e5d3efc1cc6a81c.tar.gz
lib/crypto/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/wscript b/lib/crypto/wscript
index c3708c7560e..18ae23e2712 100644
--- a/lib/crypto/wscript
+++ b/lib/crypto/wscript
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-def set_options(opt):
+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")