View | Details | Raw Unified | Return to bug 217549 | Differences between
and this patch

Collapse All | Expand All

(-)src/tds/sec_negotiate_openssl.h (+5 lines)
Lines 37-42 Link Here
37
#error HAVE_OPENSSL not defines, this file should not be included
37
#error HAVE_OPENSSL not defines, this file should not be included
38
#endif
38
#endif
39
39
40
#ifdef LIBRESSL_VERSION_NUMBER
41
#undef OPENSSL_VERSION_NUMBER
42
#define OPENSSL_VERSION_NUMBER 0x1000107fL
43
#endif
44
40
static inline const BIGNUM*
45
static inline const BIGNUM*
41
rsa_get_n(const RSA *rsa)
46
rsa_get_n(const RSA *rsa)
42
{
47
{

Return to bug 217549