Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 600454 | Differences between
and this patch

Collapse All | Expand All

(-)ntp-4.2.8p9/include/libssl_compat.h (-1 / +1 lines)
Lines 25-31 Link Here
25
#include "openssl/rsa.h"
25
#include "openssl/rsa.h"
26
26
27
/* ----------------------------------------------------------------- */
27
/* ----------------------------------------------------------------- */
28
#if OPENSSL_VERSION_NUMBER < 0x10100000L
28
#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined LIBRESSL_VERSION_NUMBER)
29
/* ----------------------------------------------------------------- */
29
/* ----------------------------------------------------------------- */
30
30
31
# include <openssl/objects.h>
31
# include <openssl/objects.h>
(-)ntp-4.2.8p9/libntp/libssl_compat.c (-1 / +1 lines)
Lines 23-29 Link Here
23
#include "ntp_types.h"
23
#include "ntp_types.h"
24
24
25
/* ----------------------------------------------------------------- */
25
/* ----------------------------------------------------------------- */
26
#if OPENSSL_VERSION_NUMBER < 0x10100000L
26
#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined LIBRESSL_VERSION_NUMBER)
27
/* ----------------------------------------------------------------- */
27
/* ----------------------------------------------------------------- */
28
28
29
#include "libssl_compat.h"
29
#include "libssl_compat.h"

Return to bug 600454