aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-03 17:03:56 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-03 17:03:56 +1000
commite673041ceac11f0ecd173cb85e550fb937e1ebf9 (patch)
tree7f873c165d4b974cd94f80acabe26637f4517bfc
parent51a4b348321bb0b2594bbaaca2487f16c3dfcd34 (diff)
downloadluaossl-e673041ceac11f0ecd173cb85e550fb937e1ebf9.tar.gz
luaossl-e673041ceac11f0ecd173cb85e550fb937e1ebf9.tar.bz2
luaossl-e673041ceac11f0ecd173cb85e550fb937e1ebf9.zip
Remove extraneous parenthesis
-rw-r--r--src/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c
index ab729d4..317796a 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -301,7 +301,7 @@
#endif
#ifndef HAVE_X509_GET_SIGNATURE_NID
-#define HAVE_X509_GET_SIGNATURE_NID (OPENSSL_PREREQ(1,0,2))
+#define HAVE_X509_GET_SIGNATURE_NID OPENSSL_PREREQ(1,0,2)
#endif
#ifndef HAVE_X509_STORE_REFERENCES