summaryrefslogtreecommitdiff
path: root/lib/nettle/pk.c
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-04-13 16:11:02 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2020-04-14 17:21:18 +0300
commit78c3b4b3ae3d0d2eef13f148d8ec4932e385c28c (patch)
tree6cd2487d6f1f923da9911d476897524ec1bd477e /lib/nettle/pk.c
parent98a5ec41157e945a782c5b471e6efcc9a95cbbb0 (diff)
downloadgnutls-78c3b4b3ae3d0d2eef13f148d8ec4932e385c28c.tar.gz
build: import-curve448 -> import-ecc
As the script now imports not just Curve448, but also gost code, rename the script, target directory and symbols to follow that. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'lib/nettle/pk.c')
-rw-r--r--lib/nettle/pk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nettle/pk.c b/lib/nettle/pk.c
index f236cef3db..eec6a5fc7d 100644
--- a/lib/nettle/pk.c
+++ b/lib/nettle/pk.c
@@ -51,8 +51,8 @@
#if HAVE_CURVE448
#include <nettle/curve448.h>
#else
-#include "curve448/curve448.h"
-#include "curve448/eddsa.h"
+#include "ecc/curve448.h"
+#include "ecc/eddsa.h"
#endif
#include <nettle/eddsa.h>
#include <nettle/version.h>