summaryrefslogtreecommitdiffstats
path: root/crypto/stack
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/stack')
-rw-r--r--crypto/stack/safestack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/stack/safestack.h b/crypto/stack/safestack.h
index 99393cb2db..60a9867f48 100644
--- a/crypto/stack/safestack.h
+++ b/crypto/stack/safestack.h
@@ -98,7 +98,8 @@ STACK_OF(type) \
_STACK stack; \
};
-#define IMPLEMENT_STACK_OF(type) /* nada (obsolete in new safestack approach)*/
+/* nada (obsolete in new safestack approach)*/
+#define IMPLEMENT_STACK_OF(type)
/*-