2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

add more LIBRESSL_VERSION_NUMBER checks

This commit is contained in:
Mark Andrews
2016-11-01 12:24:22 +11:00
parent f53fc4540a
commit 3d38cfaf8a
6 changed files with 6 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
#define DST_RET(a) {ret = a; goto err;}
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
/* From OpenSSL 1.1 */
static void
ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) {