1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 19:50:34 +00:00

Fix includes for openssl

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

View File

@ -46,7 +46,11 @@ namespace wht = std;
#endif
#if USE_OPENSSL_FALLBACK
#if USE_OPENSSL_3
#include <openssl/evp.h>
#else
#include <openssl/sha.h>
#endif
#else
#include <gnutls/crypto.h>
#include <gnutls/gnutls.h>