summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-04-03 17:03:56 +1000
committerdaurnimator <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 @@
301#endif 301#endif
302 302
303#ifndef HAVE_X509_GET_SIGNATURE_NID 303#ifndef HAVE_X509_GET_SIGNATURE_NID
304#define HAVE_X509_GET_SIGNATURE_NID (OPENSSL_PREREQ(1,0,2)) 304#define HAVE_X509_GET_SIGNATURE_NID OPENSSL_PREREQ(1,0,2)
305#endif 305#endif
306 306
307#ifndef HAVE_X509_STORE_REFERENCES 307#ifndef HAVE_X509_STORE_REFERENCES