aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.h
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-25 20:40:57 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-25 20:40:57 +0000
commit0a39c5748964df1bc9d742d25a97965d09cd0601 (patch)
treeecc8fbb18171db14cfc9b15be77f0d2b27ea5f13 /ext/openssl/ossl.h
parentd89358aba3e24fccd8215a8bbd101249e4ae5f8b (diff)
downloadruby-0a39c5748964df1bc9d742d25a97965d09cd0601.tar.gz
* ext/openssl/ossl.h: fix comment.
* ext/openssl/ossl.c (ossl_debug): should enable if no va-args macro supplied. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl.h')
-rw-r--r--ext/openssl/ossl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h
index d334ad7441..72b183986e 100644
--- a/ext/openssl/ossl.h
+++ b/ext/openssl/ossl.h
@@ -166,7 +166,7 @@ void ossl_debug(const char *, ...);
#define OSSL_Debug ossl_debug
#define OSSL_Warning rb_warning
#define OSSL_Warn rb_warn
-#endif /* __GNUC__ || _STDC_VERSION__ >= 199901L */
+#endif
/*
* Include all parts