2
0
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:
Evan Hunt
2015-03-23 13:34:56 -05:00
parent ebeb4b3e09
commit e89972afcb
3 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

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