]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/ciphers/cipher_camellia_hw_t4.inc
Various cleanup of PROV_R_ reason codes
[thirdparty/openssl.git] / providers / implementations / ciphers / cipher_camellia_hw_t4.inc
index c04613700a5b65509a04cc11dd304f505b59e8c6..032402a556317b464fa2cbc63c549f39059d89bf 100644 (file)
@@ -67,7 +67,7 @@ static int cipher_hw_camellia_t4_initkey(PROV_CIPHER_CTX *dat,
         }
     }
     if (ret < 0) {
-        ERR_raise(ERR_LIB_PROV, EVP_R_CAMELLIA_KEY_SETUP_FAILED);
+        ERR_raise(ERR_LIB_PROV, PROV_R_KEY_SETUP_FAILED);
         return 0;
     }
     return 1;