mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/johanna/openssl-1.1'
* topic/johanna/openssl-1.1: Fix recently introduced double free in OpenSSL code. Adjust coding style & fix test failures. Adapt most of the X509 support to OpenSSL 1.1
This commit is contained in:
commit
a8c0580b45
8 changed files with 145 additions and 63 deletions
|
@ -21,8 +21,6 @@ extern "C" {
|
|||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
|
||||
extern "C" void OPENSSL_add_all_algorithms_conf(void);
|
||||
|
||||
#include "bsd-getopt-long.h"
|
||||
#include "input.h"
|
||||
#include "DNS_Mgr.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue