From c12ba74f1db4e3561f16eed06e3182ca43f94058 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 12 Oct 2005 20:39:22 +0000 Subject: [PATCH] Fix typo in evp.h. --- crypto/evp/evp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 63e6b2d519..56eec23fef 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -135,7 +135,7 @@ #ifdef OPENSSL_FIPS #define EVP_MAX_MD_SIZE 64 /* longest known SHA512 */ #else -#define EXP_MAX_MD_SIZE (16+20) /* The SSLv3 md5+sha1 type */ +#define EVP_MAX_MD_SIZE (16+20) /* The SSLv3 md5+sha1 type */ #endif #define EVP_MAX_KEY_LENGTH 32 #define EVP_MAX_IV_LENGTH 16 -- 2.25.1