mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-15 23:08:34 +02:00
fix broken OPENSSL_HAS_ECC test
spotted by dtucker
This commit is contained in:
parent
16a25414f3
commit
5a37cc118f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user