diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-03 17:03:56 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-04-03 17:03:56 +1000 |
commit | e673041ceac11f0ecd173cb85e550fb937e1ebf9 (patch) | |
tree | 7f873c165d4b974cd94f80acabe26637f4517bfc | |
parent | 51a4b348321bb0b2594bbaaca2487f16c3dfcd34 (diff) | |
download | luaossl-e673041ceac11f0ecd173cb85e550fb937e1ebf9.tar.gz luaossl-e673041ceac11f0ecd173cb85e550fb937e1ebf9.tar.bz2 luaossl-e673041ceac11f0ecd173cb85e550fb937e1ebf9.zip |
Remove extraneous parenthesis
-rw-r--r-- | src/openssl.c | 2 |
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 |