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

Collapse All | Expand All

(-)libssh-0.8.4/src/libcrypto-compat.h_orig (-1 / +2 lines)
Lines 2-8 Link Here
2
#define LIBCRYPTO_COMPAT_H
2
#define LIBCRYPTO_COMPAT_H
3
3
4
#include <openssl/opensslv.h>
4
#include <openssl/opensslv.h>
5
#if OPENSSL_VERSION_NUMBER < 0x10100000L
5
#if OPENSSL_VERSION_NUMBER < 0x10100000L || \
6
(defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER < 0x20700000L)
6
7
7
#include <openssl/rsa.h>
8
#include <openssl/rsa.h>
8
#include <openssl/dsa.h>
9
#include <openssl/dsa.h>

Return to bug 663320