More VC++ pickiness. (destest.c doesn't have a "return" and the usual
[openssl.git] / ssl / s3_pkt.c
index 579058e0f22ec9862d79f75d422c863d93a80f07..6d9dad9040208606ef1ea298641828cb373d3171 100644 (file)
@@ -706,8 +706,8 @@ static int ssl3_write_pending(SSL *s, int type, const unsigned char *buf,
  */
 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len)
        {
-       int al,i,j,ret;
-       unsigned int n;
+       int al,j,ret;
+       unsigned int i,n;
        SSL3_RECORD *rr;
        void (*cb)()=NULL;