OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
22-Jul-2006 00:26:32
Branch: HEAD Handle:
2006072123263100
Modified files:
openssl/apps pkeyutl.c
Log:
Avoid warnings.
Summary:
Revision Changes Path
1.14 +1 -1 openssl/apps/pkeyutl.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/apps/pkeyutl.c
============================================================
================
$ cvs diff -u -r1.13 -r1.14 pkeyutl.c
--- openssl/apps/pkeyutl.c 26 May 2006 13:27:57 -0000 1.13
+++ openssl/apps/pkeyutl.c 21 Jul 2006 22:26:31 -0000 1.14
 -99,7 +99,7 
int keysize = -1;
unsigned char *buf_in = NULL, *buf_out = NULL, *sig =
NULL;
- int buf_inlen = 0, buf_outlen, siglen = -1;
+ size_t buf_inlen = 0, buf_outlen, siglen = -1;
int ret = 1, rv = -1;
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|