]> andersk Git - openssh.git/blobdiff - key.c
- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
[openssh.git] / key.c
diff --git a/key.c b/key.c
index e419304641b10cc47cdb8082d0de4979cd9f555c..5cb54c13b71c3fb999f9cdf10a18aa5c72889e31 100644 (file)
--- a/key.c
+++ b/key.c
@@ -32,7 +32,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: key.c,v 1.57 2004/10/29 23:57:05 djm Exp $");
 
 #include <openssl/evp.h>
 
@@ -231,7 +230,7 @@ static char *
 key_fingerprint_hex(u_char *dgst_raw, u_int dgst_raw_len)
 {
        char *retval;
-       int i;
+       u_int i;
 
        retval = xmalloc(dgst_raw_len * 3 + 1);
        retval[0] = '\0';
This page took 0.030336 seconds and 4 git commands to generate.