Home
last modified time | relevance | path

Searched refs:default_DH_method (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/dh/
H A Ddh_lib.c69 static const DH_METHOD *default_DH_method = NULL; variable
73 default_DH_method = meth; in DH_set_default_method()
78 if(!default_DH_method) in DH_get_default_method()
79 default_DH_method = DH_OpenSSL(); in DH_get_default_method()
80 return default_DH_method; in DH_get_default_method()