bind9/lib
Michał Kępień fe20f8fe25 Do not remove errors from the OpenSSL error queue in toresult()
dst__openssl_toresult3() first calls toresult() and subsequently uses
ERR_get_error_line_data() in a loop.  Given this, it is a mistake to use
ERR_get_error() in toresult() because it causes the retrieved error to
be removed from the OpenSSL error queue, thus preventing it from being
retrieved by the subsequent ERR_get_error_line_data() calls.  Fix by
using ERR_peek_error() instead of ERR_get_error() in toresult().
2018-08-14 12:49:19 +02:00
..
bind9 Add @OPENSSL_LIB@ to Windows project files as needed 2018-08-10 16:45:00 +02:00
dns Do not remove errors from the OpenSSL error queue in toresult() 2018-08-14 12:49:19 +02:00
irs Add @OPENSSL_LIB@ to Windows project files as needed 2018-08-10 16:45:00 +02:00
isc mempool didn't work for sizes less than sizeof(void*) 2018-08-14 03:47:14 -04:00
isccc Add @OPENSSL_LIB@ to Windows project files as needed 2018-08-10 16:45:00 +02:00
isccfg Add @OPENSSL_LIB@ to Windows project files as needed 2018-08-10 16:45:00 +02:00
ns Fix !!validate typo to -> !validate 2018-08-11 04:07:46 -04:00
samples Add @OPENSSL_LIB@ to Windows project files as needed 2018-08-10 16:45:00 +02:00
win32/bindevt address win32 build issues 2018-05-22 16:32:21 -07:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Atffile [master] add libns and remove liblwres 2017-09-08 13:47:34 -07:00
Kyuafile regen master 2017-12-29 01:44:18 +00:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00