summaryrefslogtreecommitdiff
path: root/bufec.c
diff options
context:
space:
mode:
Diffstat (limited to 'bufec.c')
-rw-r--r--bufec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bufec.c b/bufec.c
index 127e56d43..749ce9d4c 100644
--- a/bufec.c
+++ b/bufec.c
@@ -26,6 +26,8 @@
26#include "log.h" 26#include "log.h"
27#include "ssherr.h" 27#include "ssherr.h"
28 28
29#ifdef OPENSSL_HAS_ECC
30
29int 31int
30buffer_put_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, 32buffer_put_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve,
31 const EC_POINT *point) 33 const EC_POINT *point)
@@ -68,4 +70,5 @@ buffer_get_ecpoint(Buffer *buffer, const EC_GROUP *curve,
68 fatal("%s: buffer error", __func__); 70 fatal("%s: buffer error", __func__);
69} 71}
70 72
73#endif /* OPENSSL_HAS_ECC */
71 74