From 284f2473293bad0b28a7b9abd47e954328a61ab9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 5 Jun 2017 14:41:27 +0100 Subject: Fix up management of certificate chain validity. --- src/util.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.cc') diff --git a/src/util.cc b/src/util.cc index 6dde5b37..6f09e8aa 100644 --- a/src/util.cc +++ b/src/util.cc @@ -243,6 +243,8 @@ dcp::init () if (xmlSecCryptoInit() < 0) { throw MiscError ("could not initialise xmlsec-crypto"); } + + OpenSSL_add_all_algorithms(); } /** Decode a base64 string. The base64 decode routine in KM_util.cpp -- cgit v1.2.3