]> andersk Git - openssh.git/blobdiff - fingerprint.c
- OpenBSD CVS updates:
[openssh.git] / fingerprint.c
index 100a68d08d02c57634647d830c256c7cd95fb1b8..57728482cd534ce6f9a1d3847baa92375a501bd5 100644 (file)
@@ -51,7 +51,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);
This page took 0.077934 seconds and 4 git commands to generate.