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
smbd: use session->global->auth_session_info in switch_message()
[Samba.git]
/
lib
/
crypto
/
wscript
blob
18ae23e2712d8ae94ee1610518fc9ab59a5a4508
1
#!/usr/bin/env python
2
3
def
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"
)