From 0f1d77a870bee4b63a3db7337670990f182fc3cf Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 6 Aug 2009 16:39:34 +0000 Subject: Fix error code. --- crypto/evp/evp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/evp/evp.h') diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 8c7741932b..90c7d8ad7e 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -1177,6 +1177,7 @@ void ERR_load_EVP_strings(void); /* Error codes for the EVP functions. */ /* Function codes. */ +#define EVP_F_AESNI_INIT_KEY 163 #define EVP_F_AES_INIT_KEY 133 #define EVP_F_CAMELLIA_INIT_KEY 159 #define EVP_F_D2I_PKEY 100 -- cgit v1.2.3