Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/dh/
H A Ddh_lib.c74 static const DH_METHOD *default_DH_method = NULL; variable
79 default_DH_method = meth; in DH_set_default_method()
85 if (!default_DH_method) in DH_get_default_method()
86 default_DH_method = DH_OpenSSL(); in DH_get_default_method()
87 return default_DH_method; in DH_get_default_method()