From 0c11f1ac369d2c0aeb0ab0458a7cd04c72fe5e9e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 22 Aug 2014 17:36:56 +1000 Subject: - (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECC --- sshbuf-getput-crypto.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sshbuf-getput-crypto.c') diff --git a/sshbuf-getput-crypto.c b/sshbuf-getput-crypto.c index cfe6f7963..74351d3e5 100644 --- a/sshbuf-getput-crypto.c +++ b/sshbuf-getput-crypto.c @@ -24,7 +24,9 @@ #include #include -#include +#ifdef OPENSSL_HAS_ECC +# include +#endif /* OPENSSL_HAS_ECC */ #include "ssherr.h" #include "sshbuf.h" -- cgit v1.2.3