]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_des3.c
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
[thirdparty/openssl.git] / crypto / evp / e_des3.c
index be4030895a593b6717ebc38d62f83d2c49c75f06..9d143d3bd54f783cdd1036f65c3c4e693b9e95c2 100644 (file)
@@ -398,7 +398,7 @@ static int des_ede3_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
         return -1;
 
     if (is_partially_overlapping(out, in, inl)) {
-        EVPerr(EVP_F_DES_EDE3_WRAP_CIPHER, EVP_R_PARTIALLY_OVERLAPPING);
+        ERR_raise(ERR_LIB_EVP, EVP_R_PARTIALLY_OVERLAPPING);
         return 0;
     }