From 10f6f6ba9ee14d306f8780edee8a10640c1643e0 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 17 Nov 1999 17:29:08 +1100 Subject: - Merged OpenBSD CVS changes - [ChangeLog.Ylonen] noone needs this anymore - [authfd.c] close-on-exec for auth-socket, ok deraadt - [hostfile.c] in known_hosts key lookup the entry for the bits does not need to match, all the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me. - [serverloop.c] bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c] [fingerprint.c fingerprint.h] rsa key fingerprints, idea from Bjoern Groenvall - [ssh-agent.1] typo - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@ - [sshd.c] force logging to stderr while loading private key file (lost while converting to new log-levels) --- fingerprint.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fingerprint.h (limited to 'fingerprint.h') diff --git a/fingerprint.h b/fingerprint.h new file mode 100644 index 000000000..c4ec22fc4 --- /dev/null +++ b/fingerprint.h @@ -0,0 +1,6 @@ +/* RCSID("$Id: fingerprint.h,v 1.1 1999/11/16 22:49:28 markus Exp $"); */ + +#ifndef FINGERPRINT_H +#define FINGERPRINT_H +char * fingerprint(BIGNUM *e, BIGNUM *n); +#endif -- cgit v1.2.3