summaryrefslogtreecommitdiffstats
path: root/crypto/stack
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/stack')
-rw-r--r--crypto/stack/safestack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/stack/safestack.h b/crypto/stack/safestack.h
index d57519fd52..50de737c41 100644
--- a/crypto/stack/safestack.h
+++ b/crypto/stack/safestack.h
@@ -57,13 +57,13 @@
#include <openssl/stack.h>
-#ifdef DEBUG_SAFESTACK
-
#ifndef CHECKED_PTR_OF
#define CHECKED_PTR_OF(type, p) \
((void*) (1 ? p : (type*)0))
#endif
+#ifdef DEBUG_SAFESTACK
+
#define CHECKED_SK_FREE_FUNC(type, p) \
((void (*)(void *)) ((1 ? p : (void (*)(type *))0)))