From b74543a61253d3cf6784e67d2f021d68eba53639 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 9 Oct 2012 09:44:48 +0200 Subject: Allow for configuring OpenSSL Let OpenSSL load its configuration file. See the OPENSSL_config(3) man page for details. (Suggested by Max Kosmach in Debian bug report #689960, forwarded by Jan Wagner.) diff --git a/plugins/common.h b/plugins/common.h index 09af7e7..c0dc2f4 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -141,6 +141,7 @@ #ifdef HAVE_GNUTLS_OPENSSL_H # include #else +# define OPENSSL_LOAD_CONF /* See the OPENSSL_config(3) man page. */ # ifdef HAVE_SSL_H # include # include -- cgit v0.10-9-g596f