提交 8ccd06c6 编写于 作者: D Dr. Stephen Henson

openssl_fcast should always be defined, not just with DEBUG_SAFESTACK

上级 fe86616c
...@@ -57,11 +57,11 @@ ...@@ -57,11 +57,11 @@
#include <openssl/stack.h> #include <openssl/stack.h>
#ifdef DEBUG_SAFESTACK
typedef void (*openssl_fptr)(void); typedef void (*openssl_fptr)(void);
#define openssl_fcast(f) ((openssl_fptr)f) #define openssl_fcast(f) ((openssl_fptr)f)
#ifdef DEBUG_SAFESTACK
#define STACK_OF(type) struct stack_st_##type #define STACK_OF(type) struct stack_st_##type
#define PREDECLARE_STACK_OF(type) STACK_OF(type); #define PREDECLARE_STACK_OF(type) STACK_OF(type);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册