summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2017-11-08 22:48:53 +0100
committerNiels Möller <nisse@lysator.liu.se>2017-11-08 22:48:53 +0100
commitc2e9233e8fb64721d4a5d6d41f293e894f6cef08 (patch)
treedf24058c0752cf4489c2eeb6bc4581c621a33b8b /ecc-internal.h
parentad5a8e3e38d3a3f88f72852330d7f0e6e9975e87 (diff)
downloadnettle-c2e9233e8fb64721d4a5d6d41f293e894f6cef08.tar.gz
Revert change hiding nettle_secp_256r1 and friends.api-opaque-fix
Diffstat (limited to 'ecc-internal.h')
-rw-r--r--ecc-internal.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index 4b45199f..ce1e34fb 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -73,21 +73,6 @@
#define sec_modinv _nettle_sec_modinv
#define curve25519_eh_to_x _nettle_curve25519_eh_to_x
-/* FIXME: Rename with leading underscore, but keep current name (and
- size!) for now, for ABI compatibility with nettle-3.1, soname
- libhogweed.so.4. */
-#undef nettle_secp_192r1
-#undef nettle_secp_224r1
-#undef nettle_secp_256r1
-#undef nettle_secp_384r1
-#undef nettle_secp_521r1
-
-extern const struct ecc_curve nettle_secp_192r1;
-extern const struct ecc_curve nettle_secp_224r1;
-extern const struct ecc_curve nettle_secp_256r1;
-extern const struct ecc_curve nettle_secp_384r1;
-extern const struct ecc_curve nettle_secp_521r1;
-
/* Keep this structure internal for now. It's misnamed (since it's
really implementing the equivalent twisted Edwards curve, with
different coordinates). And we're not quite ready to provide