mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[master] fixed build errors with libressl
4088. [port] Fixed errors when building with libressl. [RT #38899]
This commit is contained in:
parent
ebeb4b3e09
commit
e89972afcb
3 changed files with 5 additions and 2 deletions
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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue