提交 7771b6c5 编写于 作者: G Geoff Thorpe

This file implements various functions that have since been redefined as

macros. I'm removing this from the NO_DEPRECATED build.
上级 4843acc8
......@@ -56,6 +56,10 @@
*
*/
#ifdef OPENSSL_NO_DEPRECATED
static void *dummy = &dummy;
#else
#include <openssl/evp.h>
/* Define some deprecated functions, so older programs
......@@ -106,3 +110,5 @@ const EVP_CIPHER *EVP_aes_192_cfb(void) { return EVP_aes_192_cfb128(); }
#undef EVP_aes_256_cfb
const EVP_CIPHER *EVP_aes_256_cfb(void) { return EVP_aes_256_cfb128(); }
#endif
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册