summaryrefslogtreecommitdiff
path: root/net-misc/ntp/files/ntp-4.2.8_p12-libressl-2.8.patch
blob: 182fcefe88b4b47e6d16ef1e3b094322b09753a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ntp-4.2.8p12.orig/include/libssl_compat.h	2018-12-08 01:14:58.434733497 +0000
+++ ntp-4.2.8p12/include/libssl_compat.h	2018-12-08 01:42:04.479474757 +0000
@@ -107,10 +107,13 @@
 
 #define OpenSSL_version_num	SSLeay
 #define OpenSSL_version		SSLeay_version
+
+# if !defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER < 0x20800000L
 #define X509_get0_notBefore	X509_get_notBefore
 #define X509_getm_notBefore	X509_get_notBefore
 #define X509_get0_notAfter	X509_get_notAfter
 #define X509_getm_notAfter	X509_get_notAfter
+#endif /* !defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER < 0x20800000L */
 
 /* ----------------------------------------------------------------- */
 #endif /* OPENSSL_VERSION_NUMBER < v1.1.0 */