diff options
author | Damien Miller <djm@mindrot.org> | 2014-02-04 01:07:13 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-02-04 01:07:13 +0100 |
commit | ec93d15170b7a6ddf63fd654bd0f6a752acc19dd (patch) | |
tree | 4bff57335e5f2e80b212065c326bf3b76cb7088b /Makefile.in | |
parent | - markus@cvs.openbsd.org 2014/01/27 19:18:54 (diff) | |
download | openssh-ec93d15170b7a6ddf63fd654bd0f6a752acc19dd.tar.xz openssh-ec93d15170b7a6ddf63fd654bd0f6a752acc19dd.zip |
- markus@cvs.openbsd.org 2014/01/27 20:13:46
[digest.c digest-openssl.c digest-libc.c Makefile.in]
rename digest.c to digest-openssl.c and add libc variant; ok djm@
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 99ac27ebb..9443c92b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.354 2014/02/04 00:02:43 djm Exp $ +# $Id: Makefile.in,v 1.355 2014/02/04 00:07:14 djm Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -75,7 +75,7 @@ LIBSSH_OBJS=authfd.o authfile.o bufaux.o bufbn.o buffer.o \ msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ jpake.o schnorr.o ssh-pkcs11.o krl.o smult_curve25519_ref.o \ kexc25519.o kexc25519c.o poly1305.o chacha.o cipher-chachapoly.o \ - ssh-ed25519.o digest.o hmac.o \ + ssh-ed25519.o digest-openssl.o hmac.o \ sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o blocks.o SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \ |