The "-V" ZIP of the .LIS files was a little big for my mailer Richard.

I have placed it at

  http://wasd.vsm.com.au/wasd_tmp/

On the other issue.  After the latest OpenSSL build and after a relink
it seems to work.  This is obviously some issue with my original build. 
I will go back to scratch and see what I did wrong.  Forget about it
unless I get back to you.  Thanks.

+--------------------------------------------------------------------+
 Mark Daniel                         http://wasd.vsm.com.au/adelaide
 mailto:[EMAIL PROTECTED] ([EMAIL PROTECTED])
+--------------------------------------------------------------------+


>
>[[EMAIL PROTECTED] - Thu Aug  1 09:03:44 2002]:
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> 
>> Compiling The CA.C File.
>> 
>>                         if (!strcasecmp(rev_arg, crl_reasons[i]))
>> .............................^
>> %CC-I-IMPLICITFUNC, In this statement, the identifier "strcasecmp"
>> is implicitly declared as a function.
>> at line number 2878 in file
>> HT_ROOT:[SRC.OPENSSL-0_9_7-BETA3.APPS]CA.C;1
>
>I'm not sure I've that version of DEC C available, so it seems like 
>things have changed a bit, again.  As far as I can see, CA.C 
>includes strings.h, which declares strcasecmp() properly with Compaq 
>C 6.4.  So does string.h, but that one requires a flag macro to be 
>defined...
>
>> Compiling The SPEED.C File.
>> 
>>                 printf("HZ=%g", (double)HZ);
>> ........................................^
>> %CC-I-IMPLICITFUNC, In this statement, the identifier "sysconf"
>> is implicitly declared as a function.
>> at line number 1630 in file
>> HT_ROOT:[SRC.OPENSSL-0_9_7-BETA3.APPS]SPEED.C;1
>
>And speed.c include unistd.h, so sysconf() should also be properly 
>declared...
>
>> Compiling The S_TIME.C File.
>> Compiling The APPS.C File.
>> 
>>         if (!strcasecmp(arg, "none"))
>> .............^
>> %CC-I-IMPLICITFUNC, In this statement, the identifier "strcasecmp"
>> is implicitly declared as a function.
>> at line number 1123 in file
>> HT_ROOT:[SRC.OPENSSL-0_9_7-BETA3.APPS]APPS.C;1
>
>Same problem as with ca.c, and same analysis...
>
>Mark, could you help me out here?  Please send me 
>[.crypto]opensslconf.h, and build like this:
>
>  $ USER_CCFLAGS := /LIST/SHOW=ALL
>  $ @makevms {your normal parameters}
>
>Then send me CA.LIS, SPEED.LIS and APPS.LIS (or if you want, look in 
>them and find out what really happens :-)).
>
>(God, I love .LIS files :-).  I wish that kind of compiler option 
>was available on Unix...)
>
>> Also one major issue ... the following code works in all versions 
>prior
>> to 0.9.7b3 (including 0.9.6e).  With 0.9.7b3 it returns a 'Total' 
>of 1
>> which SS_CIPHER_get..() returns a string of "(NONE)".  Can you 
>tell me
>> whether my original code is broken and 0.9.7 is just revealing 
>this or
>> is it a toolkit problem?
>
>How do you initialise the cipher list, and if you're building a 
>shared library around OpenSSL, could it be issues with uninitialised 
>stuff that have gone unnoticed?  Just a few theories...
>
>-- 
>Richard Levitte
>[EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to