openssl_fcast should always be defined, not just with DEBUG_SAFESTACK

This commit is contained in:
Dr. Stephen Henson 2005-05-14 12:58:20 +00:00
parent fe86616c72
commit 8ccd06c66c

View File

@ -57,11 +57,11 @@
#include <openssl/stack.h>
#ifdef DEBUG_SAFESTACK
typedef void (*openssl_fptr)(void);
#define openssl_fcast(f) ((openssl_fptr)f)
#ifdef DEBUG_SAFESTACK
#define STACK_OF(type) struct stack_st_##type
#define PREDECLARE_STACK_OF(type) STACK_OF(type);