]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/kdf_meth.c
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
[thirdparty/openssl.git] / crypto / evp / kdf_meth.c
index a89a8e98368c14c4cd402bcf21d0f9db9f538d79..40e71e8cd8fcb08d19be56ffa86d36bd628263b8 100644 (file)
@@ -60,7 +60,7 @@ static void *evp_kdf_from_dispatch(int name_id,
     int fnkdfcnt = 0, fnctxcnt = 0;
 
     if ((kdf = evp_kdf_new()) == NULL) {
-        EVPerr(0, ERR_R_MALLOC_FAILURE);
+        ERR_raise(ERR_LIB_EVP, ERR_R_MALLOC_FAILURE);
         return NULL;
     }
     kdf->name_id = name_id;