diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-05 21:22:17 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-05 21:28:58 +0100 |
commit | 124dfe0de2321a4c4a3383c8866f6a1dbd45d635 (patch) | |
tree | 4dcc5b51189b0311d77fadcac8785562383e6092 /lib/nettle/Makefile.am | |
parent | 5b541a346638429712f8a9db8ced61f1b5ffcec4 (diff) | |
download | gnutls-124dfe0de2321a4c4a3383c8866f6a1dbd45d635.tar.gz |
Verify that received ECDH public key lies on the curve.
Diffstat (limited to 'lib/nettle/Makefile.am')
-rw-r--r-- | lib/nettle/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nettle/Makefile.am b/lib/nettle/Makefile.am index 86afffc4f9..24552dc943 100644 --- a/lib/nettle/Makefile.am +++ b/lib/nettle/Makefile.am @@ -36,5 +36,5 @@ noinst_LTLIBRARIES = libcrypto.la libcrypto_la_SOURCES = pk.c mpi.c mac.c cipher.c rnd.c init.c egd.c egd.h \ multi.c ecc_free.c ecc.h ecc_make_key.c ecc_shared_secret.c \ ecc_map.c ecc_mulmod.c ecc_points.c ecc_projective_dbl_point_3.c \ - ecc_projective_add_point.c ecc_projective_dbl_point.c \ + ecc_projective_add_point.c ecc_projective_check_point.c \ ecc_sign_hash.c ecc_verify_hash.c gnettle.h |