Loading crypto/stack/safestack.h +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
crypto/stack/safestack.h +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading