From 0dc83ae154a1be6f9f3d6d54b99d7c1e6da2d6f3 Mon Sep 17 00:00:00 2001 From: kokke Date: Sun, 5 Nov 2017 00:16:15 +0100 Subject: [PATCH] Update ecdh_example.c --- ecdh_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecdh_example.c b/ecdh_example.c index bc3405d..6e67ba1 100644 --- a/ecdh_example.c +++ b/ecdh_example.c @@ -26,7 +26,7 @@ #include #include #include -#include "ecc.h" +#include "ecdh.h"