blob: b5854e062abf707107adad21225bdc2da6b9a009 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- etc/uams/openssl_compat.h.orig 2016-06-06 11:21:51 UTC
+++ etc/uams/openssl_compat.h
@@ -11,7 +11,7 @@
#ifndef OPENSSL_COMPAT_H
#define OPENSSL_COMPAT_H
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
inline static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g)
{
/* If the fields p and g in d are NULL, the corresponding input
|