diff -cr openssl-0.9.8-beta3/Configure openssl-0.9.8-beta3.nw/Configure
*** openssl-0.9.8-beta3/Configure Wed May 18 02:17:26 2005
--- openssl-0.9.8-beta3.nw/Configure Thu Jun 2 11:05:34 2005
***
*** 484,493
# NetWare from David Ward ([EMAIL PROTECTED]) - requires MetroWerks
In function X509_cmp_time file X509_vfy.c
Existing code for handling offset on validity time:
if (*str == 'Z')
offset=0;
else
{
printf("*str != Z is %c\n",*str);
if ((*str != '+') && (str[5] != '-'))
On 4-Jun-2005, Richard Levitte - VMS Whacker wrote:
In message <[EMAIL PROTECTED]> on Sat, 4 Jun 2005 04:31:21 +0200 (CEST), Andrija
Antonijevic <[EMAIL PROTECTED]> said:
openssl> I am using OpenSSL on an architecture that has a shared
openssl> library model in which the arguments are passed t
In message <[EMAIL PROTECTED]> on Sat, 4 Jun 2005 04:31:21 +0200 (CEST),
Andrija Antonijevic <[EMAIL PROTECTED]> said:
openssl> I am using OpenSSL on an architecture that has a shared
openssl> library model in which the arguments are passed through the
openssl> (32-bit) registers and for which pa