mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
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.)
This commit is contained in:
parent
05c4c9bfc6
commit
b74543a612
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@
|
|||
#ifdef HAVE_GNUTLS_OPENSSL_H
|
||||
# include <gnutls/openssl.h>
|
||||
#else
|
||||
# define OPENSSL_LOAD_CONF /* See the OPENSSL_config(3) man page. */
|
||||
# ifdef HAVE_SSL_H
|
||||
# include <rsa.h>
|
||||
# include <crypto.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue