diff options
author | Damien Miller <djm@mindrot.org> | 2019-11-15 11:17:12 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-11-15 11:17:12 +1100 |
commit | 129952a81c00c332721b4ba3ede868c720ad7f4e (patch) | |
tree | 8664a301cc55129461bf4ddd9ba888f7283693c1 /Makefile.in | |
parent | 6bff9521ab9a9f7396d635755c342b72373bb4f9 (diff) |
correct object dependency
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 ae0b0cb02..b2c93cdc3 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -99,7 +99,7 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ | |||
99 | msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ | 99 | msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ |
100 | ssh-pkcs11.o smult_curve25519_ref.o \ | 100 | ssh-pkcs11.o smult_curve25519_ref.o \ |
101 | poly1305.o chacha.o cipher-chachapoly.o \ | 101 | poly1305.o chacha.o cipher-chachapoly.o \ |
102 | ssh-ed25519.o ssh-sk.o sk-usbhid.c digest-openssl.o digest-libc.o \ | 102 | ssh-ed25519.o ssh-sk.o sk-usbhid.o digest-openssl.o digest-libc.o \ |
103 | hmac.o sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o \ | 103 | hmac.o sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o \ |
104 | kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \ | 104 | kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \ |
105 | kexgexc.o kexgexs.o \ | 105 | kexgexc.o kexgexs.o \ |