Преглед на файлове

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.)
Holger Weiss преди 13 години
родител
ревизия
b74543a612
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      plugins/common.h

+ 1 - 0
plugins/common.h

@@ -141,6 +141,7 @@
 #ifdef HAVE_GNUTLS_OPENSSL_H
 #ifdef HAVE_GNUTLS_OPENSSL_H
 #  include <gnutls/openssl.h>
 #  include <gnutls/openssl.h>
 #else
 #else
+#  define OPENSSL_LOAD_CONF /* See the OPENSSL_config(3) man page. */
 #  ifdef HAVE_SSL_H
 #  ifdef HAVE_SSL_H
 #    include <rsa.h>
 #    include <rsa.h>
 #    include <crypto.h>
 #    include <crypto.h>