From: Andy Polyakov Date: Wed, 12 Oct 2005 20:39:22 +0000 (+0000) Subject: Fix typo in evp.h. X-Git-Tag: OpenSSL_0_9_7i~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c12ba74f1db4e3561f16eed06e3182ca43f94058;p=openssl Fix typo in evp.h. --- 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