Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 638510
Collapse All | Expand All

(-)a/lib/crypt.h (-1 / +1 lines)
Lines 26-32 Link Here
26
26
27
#include <openssl/rsa.h>
27
#include <openssl/rsa.h>
28
28
29
#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) /* OpenSSL 1.1.0+ */
29
#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)) /* OpenSSL 1.1.0+ */
30
#define HAVE_OPAQUE_EVP_PKEY 1 /* since 1.1.0 -pre3 */
30
#define HAVE_OPAQUE_EVP_PKEY 1 /* since 1.1.0 -pre3 */
31
#define HAVE_OPAQUE_RSA_DSA_DH 1 /* since 1.1.0 -pre5 */
31
#define HAVE_OPAQUE_RSA_DSA_DH 1 /* since 1.1.0 -pre5 */
32
#endif
32
#endif

Return to bug 638510