[FIX] Fix out define hjinks

This commit is contained in:
LDA 2024-08-26 15:28:30 +02:00
parent adb7322823
commit 5df458f568
4 changed files with 4 additions and 4 deletions

View file

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