diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/evp/evp.h')
-rw-r--r-- | src/lib/libssl/src/crypto/evp/evp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libssl/src/crypto/evp/evp.h b/src/lib/libssl/src/crypto/evp/evp.h index 51011f2b14..82b5862ce7 100644 --- a/src/lib/libssl/src/crypto/evp/evp.h +++ b/src/lib/libssl/src/crypto/evp/evp.h | |||
@@ -959,6 +959,7 @@ void ERR_load_EVP_strings(void); | |||
959 | /* Error codes for the EVP functions. */ | 959 | /* Error codes for the EVP functions. */ |
960 | 960 | ||
961 | /* Function codes. */ | 961 | /* Function codes. */ |
962 | #define EVP_F_AESNI_INIT_KEY 165 | ||
962 | #define EVP_F_AES_INIT_KEY 133 | 963 | #define EVP_F_AES_INIT_KEY 133 |
963 | #define EVP_F_ALG_MODULE_INIT 138 | 964 | #define EVP_F_ALG_MODULE_INIT 138 |
964 | #define EVP_F_CAMELLIA_INIT_KEY 159 | 965 | #define EVP_F_CAMELLIA_INIT_KEY 159 |