Fix typo in evp.h.
authorAndy Polyakov <appro@openssl.org>
Wed, 12 Oct 2005 20:39:22 +0000 (20:39 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 12 Oct 2005 20:39:22 +0000 (20:39 +0000)
crypto/evp/evp.h

index 63e6b2d5194e0924de303ab46aa1936b60ebb5ec..56eec23fef57c9ab9cd43a32d24b5285552a1411 100644 (file)
 #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