Missing prototypes.
authorBen Laurie <ben@links.org>
Tue, 4 Jun 2013 14:14:18 +0000 (15:14 +0100)
committerBen Laurie <ben@links.org>
Tue, 4 Jun 2013 14:14:18 +0000 (15:14 +0100)
crypto/evp/evp.h

index 3a2c05ddd4d0088fe632dba6305bd3954494466f..1cf1da2fea23656fb6caab18c471c6a99843e6d1 100644 (file)
@@ -813,10 +813,14 @@ const EVP_CIPHER *EVP_aes_256_ctr(void);
 const EVP_CIPHER *EVP_aes_256_ccm(void);
 const EVP_CIPHER *EVP_aes_256_gcm(void);
 const EVP_CIPHER *EVP_aes_256_xts(void);
-#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
+# if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
 const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void);
 const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void);
-#endif
+# endif
+# ifndef OPENSSL_NO_SHA256
+const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void);
+const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void);
+# endif
 #endif
 #ifndef OPENSSL_NO_CAMELLIA
 const EVP_CIPHER *EVP_camellia_128_ecb(void);