fix broken OPENSSL_HAS_ECC test

spotted by dtucker
This commit is contained in:
Damien Miller 2021-10-06 13:16:21 +11:00
parent 16a25414f3
commit 5a37cc118f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "crypto_api.h"
#include "sk-api.h"
#if defined(WITH_OPENSSL) && !defined(WITH_OPENSSL)
#if defined(WITH_OPENSSL) && !defined(OPENSSL_HAS_ECC)
# undef WITH_OPENSSL
#endif