From: damien Date: Tue, 7 Dec 1999 06:01:13 +0000 (+0000) Subject: undone silly changes X-Git-Tag: V_1_2_PRE16~2 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/efd58eb2fcf642bdeffdaf169d1112680e46dd78 undone silly changes --- diff --git a/atomicio.c b/atomicio.c index 7d848cbf..1b960e56 100644 --- a/atomicio.c +++ b/atomicio.c @@ -23,7 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - #include "includes.h" RCSID("$Id$"); diff --git a/fingerprint.c b/fingerprint.c index 92c1cea0..100a68d0 100644 --- a/fingerprint.c +++ b/fingerprint.c @@ -30,7 +30,6 @@ #include "includes.h" RCSID("$Id$"); - #include "ssh.h" #include "xmalloc.h" #ifdef HAVE_OPENSSL diff --git a/fingerprint.h b/fingerprint.h index cf8fb080..d7abe345 100644 --- a/fingerprint.h +++ b/fingerprint.h @@ -30,6 +30,5 @@ #ifndef FINGERPRINT_H #define FINGERPRINT_H - char *fingerprint(BIGNUM * e, BIGNUM * n); #endif