]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_err.c
Make {RSA,DSA,DH}_new_method obtain and release an ENGINE
[thirdparty/openssl.git] / crypto / dh / dh_err.c
index 86764a3e84fddaf5590468bce2bec19e482f352a..225779336cbae22ec7cc1401547d133e974ff22a 100644 (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}
        };