1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-30 22:56:22 +00:00

Fix includes for openssl

This commit is contained in:
Carles Fernandez 2023-06-02 21:16:45 +02:00
parent be862bdd23
commit fec1468ec4
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -48,6 +48,7 @@ namespace wht = std;
#if USE_OPENSSL_FALLBACK
#if USE_OPENSSL_3
#include <openssl/evp.h>
#define OPENSSL_ENGINE NULL
#else
#include <openssl/sha.h>
#endif