RE: Re: Net::SSLeay (1.05) and Windows NT

1999-09-23 Thread Ed Eddington
to match ssleay.xs) SSL.h: const char * SSL_get_cipher_list(SSL *s,int n); -> char * SSL_get_cipher_list(SSL *s,int n); const char *SSL_CIPHER_get_name(SSL_CIPHER *c); -> char * SSL_CIPHER_get_name(SSL_CIPHER *c); Ed Eddington -- From: Ed

Net::SSLeay 1.03

1999-08-03 Thread Ed Eddington
x27; bug in post_https $string =~ s/(.?)(=)=/$1$2/; #remove double '=' if present ($page, $response, %reply_headers) = post_https($server, $port, $uri, make_headers( 'User-Agent' => $user_agent,

RE: source for PC

1999-07-06 Thread Ed Eddington
You may be having this problem: Windows doesn't like 2 "periods" within a filename and when saving the file feels compelled to rename them "whatever_tar.tar" - real good. Rename to "whatever.tar.gz" and then Winzip will know what it is. -- From: yoni[SMTP:[EMAIL PROTECTED]] Sent: S

RE: Compiling OpenSSL on Win32 (again)

1999-06-30 Thread Ed Eddington
NK1120: 1 unresolved externals NMAKEL : fatal error U1077: 'link' : return code '0x19' Stop. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Can anyone advise me on getting 0.9.1c to compile on an NT w/ VC++5.0? Is it a unique exercise in futility fo

Compiling OpenSSL on Win32 (again)

1999-06-29 Thread Ed Eddington
Users, I am having some trouble compiling on Win32's. I think the root of my problem is not having the right utilities to do the job (and/or knowledge!). I got the following tips about installing on Win32 from a previous note to the list... (scan down if this is familiar)