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:
Johanna Amann 2018-01-30 14:31:45 -08:00
commit a8c0580b45
8 changed files with 145 additions and 63 deletions

View file

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