summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2023-01-15 23:05:32 +0000
committerDamien Miller <djm@mindrot.org>2023-01-16 10:57:41 +1100
commit9fbbfeca1ce4c7ec0001c827bbf4189a3ba0964b (patch)
treea22178744edf9d2a85d8c1af3b9032cf91e51729 /Makefile.in
parent6283f4bd83eee714d0f5fc55802eff836b06fea8 (diff)
downloadopenssh-git-9fbbfeca1ce4c7ec0001c827bbf4189a3ba0964b.tar.gz
upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOP
(20221122) and change the import approach to the same one we use for Streamlined NTRUPrime: use a shell script to extract the bits we need from SUPERCOP, make some minor adjustments and squish them all into a single file. ok tb@ tobhe@ OpenBSD-Commit-ID: 1bc0fd624cb6af440905b8ba74ac7c03311b8e3b
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 678a43bc..18f6ac9e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -106,7 +106,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \
ssh-pkcs11.o smult_curve25519_ref.o \
poly1305.o chacha.o cipher-chachapoly.o cipher-chachapoly-libcrypto.o \
ssh-ed25519.o digest-openssl.o digest-libc.o \
- hmac.o sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o \
+ hmac.o ed25519.o hash.o \
kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \
kexgexc.o kexgexs.o \
kexsntrup761x25519.o sntrup761.o kexgen.o \
@@ -677,7 +677,7 @@ regress/unittests/utf8/test_utf8$(EXEEXT): \
SK_DUMMY_OBJS=\
regress/misc/sk-dummy/sk-dummy.lo \
regress/misc/sk-dummy/fatal.lo \
- ed25519.lo hash.lo ge25519.lo fe25519.lo sc25519.lo verify.lo
+ ed25519.lo hash.lo
SK_DUMMY_LIBRARY=@SK_DUMMY_LIBRARY@