diff options
author | Damien Miller <djm@mindrot.org> | 2020-04-03 17:25:46 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-04-03 17:26:29 +1100 |
commit | abe2b245b3ac6c4801e99bc0f13289cd28211e22 (patch) | |
tree | a7ab8d83b19e7d2d7d4348391a0700b34e8fc2ce /Makefile.in | |
parent | bc5c5d01ad668981f9e554e62195383bc12e8528 (diff) |
prefer libcrypto chacha20-poly1305 where possible
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e7549470c..efbc62a4a 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -103,7 +103,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ | |||
103 | ssh-ed25519-sk.o ssh-rsa.o dh.o \ | 103 | ssh-ed25519-sk.o ssh-rsa.o dh.o \ |
104 | msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ | 104 | msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ |
105 | ssh-pkcs11.o smult_curve25519_ref.o \ | 105 | ssh-pkcs11.o smult_curve25519_ref.o \ |
106 | poly1305.o chacha.o cipher-chachapoly.o \ | 106 | poly1305.o chacha.o cipher-chachapoly.o cipher-chachapoly-libcrypto.o \ |
107 | ssh-ed25519.o digest-openssl.o digest-libc.o \ | 107 | ssh-ed25519.o digest-openssl.o digest-libc.o \ |
108 | hmac.o sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o \ | 108 | hmac.o sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o \ |
109 | kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \ | 109 | kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \ |