]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/stack/safestack.h
indent has problems with comments that are on the right hand side of a line.
[thirdparty/openssl.git] / crypto / stack / safestack.h
index 99393cb2db0d54bdccc31ab94405b0031c43490f..60a9867f48c6b2fe383815d3f4064494f44e13cb 100644 (file)
@@ -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)
 
 
 /*-