summaryrefslogtreecommitdiff
path: root/lib/crypto/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/wscript')
-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")