From: Richard Levitte Date: Thu, 15 Apr 2004 20:50:08 +0000 (+0000) Subject: Fix sign vs. unsigned warning. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f54026eb9da3c171a92788692a06ae2cdc8603b9;p=oweals%2Fopenssl.git Fix sign vs. unsigned warning. --- diff --git a/apps/dgst.c b/apps/dgst.c index 0ea8c9fc9f..e50f663977 100644 --- a/apps/dgst.c +++ b/apps/dgst.c @@ -457,7 +457,7 @@ int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, else { BIO_write(out,title,strlen(title)); - for (i=0; i