lib/crypto/wscript: update to handle waf 2.0.4
authorAlexander Bokovoy <ab@samba.org>
Fri, 2 Feb 2018 14:34:31 +0000 (16:34 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:22 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/crypto/wscript

index c3708c7560eb8275268d065187b966d8c96f3b51..18ae23e2712d8ae94ee1610518fc9ab59a5a4508 100644 (file)
@@ -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")