mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
[master] fixed build errors with libressl
4088. [port] Fixed errors when building with libressl. [RT #38899]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
||||
4088. [port] Fixed errors when building with libressl. [RT #38899]
|
||||
|
||||
4087. [bug] Fix a crash due to use-after-free due to sequencing
|
||||
of tasks actions. [RT #38495]
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
unsigned char digest[ISC_SHA512_DIGESTLENGTH];
|
||||
unsigned char buffer[1024];
|
||||
const char *s;
|
||||
char str[2 * ISC_SHA512_DIGESTLENGTH + 1];
|
||||
char str[2 * ISC_SHA512_DIGESTLENGTH + 3];
|
||||
unsigned char key[20];
|
||||
|
||||
isc_result_t
|
||||
|
@@ -25,7 +25,8 @@ top_srcdir = @top_srcdir@
|
||||
|
||||
@BIND9_MAKE_INCLUDES@
|
||||
|
||||
CINCLUDES = -I. ${DNS_INCLUDES} ${ISC_INCLUDES} ${ISCCC_INCLUDES}
|
||||
CINCLUDES = -I. ${DNS_INCLUDES} ${ISC_INCLUDES} ${ISCCC_INCLUDES} \
|
||||
@ISC_OPENSSL_INC@
|
||||
|
||||
CDEFINES =
|
||||
CWARNINGS =
|
||||
|
Reference in New Issue
Block a user