summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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