1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/lib/crypto/wscript
Alexander Bokovoy b999fd3c25 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>
2018-09-05 06:37:22 +02:00

7 lines
228 B
Python

#!/usr/bin/env python
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")