From 775e82c58da74acbd0e55d8a293c7d2a5744a846 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 14 May 2005 12:59:05 +0000 Subject: [PATCH] Fix from HEAD. --- crypto/stack/safestack.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/stack/safestack.h b/crypto/stack/safestack.h index 4f0c9d411d..6010b7f122 100644 --- a/crypto/stack/safestack.h +++ b/crypto/stack/safestack.h @@ -55,13 +55,13 @@ #ifndef HEADER_SAFESTACK_H #define HEADER_SAFESTACK_H +typedef void (*openssl_fptr)(void); +#define openssl_fcast(f) ((openssl_fptr)f) + #include #ifdef DEBUG_SAFESTACK -typedef void (*openssl_fptr)(void); -#define openssl_fcast(f) ((openssl_fptr)f) - #define STACK_OF(type) struct stack_st_##type #define PREDECLARE_STACK_OF(type) STACK_OF(type); -- 2.25.1