Make {RSA,DSA,DH}_new_method obtain and release an ENGINE

functional reference.
This commit is contained in:
Dr. Stephen Henson
2002-03-09 18:24:14 +00:00
parent a1a4e8b6bb
commit 1619add90c
7 changed files with 47 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ static ERR_STRING_DATA DH_str_functs[]=
{ERR_PACK(0,DH_F_DH_COMPUTE_KEY,0), "DH_compute_key"},
{ERR_PACK(0,DH_F_DH_GENERATE_KEY,0), "DH_generate_key"},
{ERR_PACK(0,DH_F_DH_GENERATE_PARAMETERS,0), "DH_generate_parameters"},
{ERR_PACK(0,DH_F_DH_NEW,0), "DH_new"},
{ERR_PACK(0,DH_F_DH_NEW_METHOD,0), "DH_new_method"},
{0,NULL}
};