Skip to content

Commit

Permalink
Include <openssl/conf.h> for OPENSSL_config()
Browse files Browse the repository at this point in the history
OPENSSL_config() is only used with OpenSSL versions prior to 1.1.x.
  • Loading branch information
pghmcfc committed Mar 30, 2024
1 parent 49116e2 commit 9625ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/proxy/ssh.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include "proxy/ssh/utf8.h"

#if defined(PR_USE_OPENSSL)
#include <openssl/conf.h>
#include <openssl/err.h>
#include <openssl/ssl.h>

Expand Down

0 comments on commit 9625ed0

Please sign in to comment.