summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/fingerprint.c
diff options
context:
space:
mode:
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 42b8cd7..c001ca2 100644
--- a/crypto/openssh/fingerprint.c
+++ b/crypto/openssh/fingerprint.c
@@ -28,7 +28,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"
@@ -46,7 +46,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