[MOD] Drop LibreSSL "support" in SHA for now

We'll test later...
This commit is contained in:
LDA 2024-08-23 22:45:24 +02:00
parent d00dcc9b50
commit 7752ea7b86
2 changed files with 4 additions and 2 deletions

View file

@ -28,7 +28,8 @@
#include <limits.h>
#if (TLS_IMPL == TLS_OPENSSL) || (TLS_IMPL == TLS_LIBRESSL)
/* TODO: Verify LibreSSL support later */
#if TLS_IMPL == TLS_OPENSSL
#include <openssl/sha.h>

View file

@ -30,7 +30,8 @@
#include <limits.h>
#if (TLS_IMPL == TLS_OPENSSL) || (TLS_IMPL == TLS_LIBRESSL)
/* TODO: Verify LibreSSL support later */
#if TLS_IMPL == TLS_OPENSSL
#include <openssl/sha.h>