xref
: /
third_party
/
node
/
deps
/
openssl
/
config
/
srp.h
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/deps/openssl/config/
1
#
if
defined
(
OPENSSL_NO_ASM
)
2
#
include
"./
srp_no-asm.h
"
3
#
else
4
#
include
"./
srp_asm.h
"
5
#
endif
6