summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/fingerprint.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-26 07:37:48 +0000
committerkris <kris@FreeBSD.org>2000-03-26 07:37:48 +0000
commit6948a837767a9680a772b450c7b732a4ae2cb6b3 (patch)
treeb3a49bfc6fa4a3d8454dabb3d5e8eb13430c567f /crypto/openssh/fingerprint.c
parente46dd7a5de99ccc52b80f94f507cb226ce21c6d0 (diff)
downloadFreeBSD-src-6948a837767a9680a772b450c7b732a4ae2cb6b3.zip
FreeBSD-src-6948a837767a9680a772b450c7b732a4ae2cb6b3.tar.gz
Resolve conflicts.
Diffstat (limited to 'crypto/openssh/fingerprint.c')
-rw-r--r--crypto/openssh/fingerprint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/fingerprint.c b/crypto/openssh/fingerprint.c
index cf75788..c219abb 100644
--- a/crypto/openssh/fingerprint.c
+++ b/crypto/openssh/fingerprint.c
@@ -30,7 +30,7 @@
*/
#include "includes.h"
-RCSID("$Id: fingerprint.c,v 1.4 1999/11/24 16:15:25 markus Exp $");
+RCSID("$Id: fingerprint.c,v 1.5 2000/03/16 20:56:14 markus Exp $");
#include "ssh.h"
#include "xmalloc.h"
@@ -48,7 +48,7 @@ fingerprint(BIGNUM *e, BIGNUM *n)
static char retval[80];
MD5_CTX md;
unsigned char d[16];
- char *buf;
+ unsigned char *buf;
int nlen, elen;
nlen = BN_num_bytes(n);
OpenPOWER on IntegriCloud