repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nbt_server: Factor out packet generation for netlogon reply
[Samba.git]
/
lib
/
crypto
/
wscript
blob
c3708c7560eb8275268d065187b966d8c96f3b51
1
#!/usr/bin/env python
2
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"
)