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> |