diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-10-31 21:15:14 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-11-01 09:46:08 +1100 |
commit | 02bb0768a937e50bbb236efc2bbdddb1991b1c85 (patch) | |
tree | d0a182540b8034345b20a49a09cbf90b234cad1c /Makefile.in | |
parent | 57ecc10628b04c384cbba2fbc87d38b74cd1199d (diff) |
upstream: Initial infrastructure for U2F/FIDO support
Key library support: including allocation, marshalling public/private
keys and certificates, signature validation.
feedback & ok markus@
OpenBSD-Commit-ID: a17615ba15e0f7932ac4360cb18fc9a9544e68c7
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index adb1977e2..f22c83673 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -91,7 +91,8 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ | |||
91 | log.o match.o moduli.o nchan.o packet.o \ | 91 | log.o match.o moduli.o nchan.o packet.o \ |
92 | readpass.o ttymodes.o xmalloc.o addrmatch.o \ | 92 | readpass.o ttymodes.o xmalloc.o addrmatch.o \ |
93 | atomicio.o dispatch.o mac.o misc.o utf8.o \ | 93 | atomicio.o dispatch.o mac.o misc.o utf8.o \ |
94 | monitor_fdpass.o rijndael.o ssh-dss.o ssh-ecdsa.o ssh-rsa.o dh.o \ | 94 | monitor_fdpass.o rijndael.o ssh-dss.o ssh-ecdsa.o ssh-ecdsa-sk.o \ |
95 | ssh-rsa.o dh.o \ | ||
95 | msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ | 96 | msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ |
96 | ssh-pkcs11.o smult_curve25519_ref.o \ | 97 | ssh-pkcs11.o smult_curve25519_ref.o \ |
97 | poly1305.o chacha.o cipher-chachapoly.o \ | 98 | poly1305.o chacha.o cipher-chachapoly.o \ |