summaryrefslogtreecommitdiff
path: root/sshbuf-getput-crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshbuf-getput-crypto.c')
-rw-r--r--sshbuf-getput-crypto.c4
1 files changed, 3 insertions, 1 deletions
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 @@
24#include <string.h> 24#include <string.h>
25 25
26#include <openssl/bn.h> 26#include <openssl/bn.h>
27#include <openssl/ec.h> 27#ifdef OPENSSL_HAS_ECC
28# include <openssl/ec.h>
29#endif /* OPENSSL_HAS_ECC */
28 30
29#include "ssherr.h" 31#include "ssherr.h"
30#include "sshbuf.h" 32#include "sshbuf.h"