Skip to content

Commit

Permalink
crypto_openssl: add include for openssl/conf.h
Browse files Browse the repository at this point in the history
Fix build failure on older versions of openssl.

Signed-off-by: James Bottomley <[email protected]>
Acked-by: Arne Schwabe <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg19996.html
Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
James Bottomley authored and cron2 committed Jun 8, 2020
1 parent 826d895 commit 25266eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openvpn/crypto_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include "crypto_backend.h"
#include "openssl_compat.h"

#include <openssl/conf.h>
#include <openssl/des.h>
#include <openssl/err.h>
#include <openssl/evp.h>
Expand Down

0 comments on commit 25266eb

Please sign in to comment.