eliminated deprecated function

This commit is contained in:
orignal 2017-01-23 16:22:48 -05:00
parent 14d74d3230
commit 188987a8ff
3 changed files with 7 additions and 3 deletions

View file

@ -325,6 +325,10 @@ inline void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **pri
inline RSA *EVP_PKEY_get0_RSA(EVP_PKEY *pkey)
{ return pkey->pkey.rsa; }
// ssl
#define TLS_method TLSv1_method
#endif
#endif