This change is against the latest rsync of the main cvs tree.
Index: CHANGES
RCS file: /src/packages/openssl/repository//openssl/CHANGES,v
retrieving revision 1.94
diff -u -r1.94 CHANGES
--- CHANGES 1999/02/23 21:44:33 1.94
+++ CHANGES 1999/02/24 07:55:58
@@ -5,6 +5,9 @@
Changes between 0.9.1c and 0.9.2
+ *) 'port' should be unsigned in crypto/bio/b_sock.c
+ [Richard Levitte]
+
*) Add Arne Ansper's reliable BIO - this is an encrypted, block-digested
BIO. See the source (crypto/evp/bio_ok.c) for more info.
[Arne Ansper <[EMAIL PROTECTED]>]
Index: crypto/bio/b_sock.c
RCS file: /src/packages/openssl/repository//openssl/crypto/bio/b_sock.c,v
retrieving revision 1.2
diff -u -r1.2 b_sock.c
--- crypto/bio/b_sock.c 1999/01/07 19:15:21 1.2
+++ crypto/bio/b_sock.c 1999/02/24 07:54:51
@@ -483,7 +483,7 @@
struct sockaddr_in server,client;
int s unsigned char ip[4];
- short port;
+ unsigned short port;
char *str,*h,*p,*e;
unsigned long l;
int err_num;
@@ -518,7 +518,7 @@
memset((char *)&server,0,sizeof(server));
server.sin_family�_INET;
- server.sin_port+ server.sin_port
if (strcmp(h,"*") server.sin_addr.s_addr@@ -610,7 +610,7 @@
int ret static struct sockaddr_in from;
unsigned long l;
- short port;
+ unsigned short port;
int len;
char *p;
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-161 43 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]