nbt_server: Factor out packet generation for netlogon reply
[Samba.git] / lib / crypto / wscript
blobc3708c7560eb8275268d065187b966d8c96f3b51
1 #!/usr/bin/env python
3 def set_options(opt):
4 opt.add_option('--accel-aes',
5 help=("Should we use accelerated AES crypto functions. Options are intelaesni|none."),
6 action="store", dest='accel_aes', default="none")