Sadistic C compiler...

2000-01-16 Thread Richard Levitte - VMS Whacker
DEC C for VMS is getting really mean. Version 6.2 (latest, as far as I know) spews out a message when a (char *) cast is done to a function pointer and vice versa. Guess what it finds a little here and there in OpenSSL? :-) Changing (char *) to (void *) (that has been know to do magic sometime

Re: Exporting (SGC) keys from IIS -> OpenSSL

2000-01-16 Thread Dr Stephen Henson
Adrian Peck wrote: > > At 09:23 PM 1/11/00 -0500, Freitas, Nathanial wrote: > > > >Did you ever find a solution this problem? I am facing > >it right now, and would really appreciate any help > >or advice! > > > > Yes we did eventually find the solution. However we have our own exe to > convert

[STATUS] OpenSSL (Sun 16-Jan-2000)

2000-01-16 Thread OpenSSL Project
OpenSSL STATUS Last modified at __ $Date: 1999/12/05 00:40:53 $ DEVELOPMENT STATE o OpenSSL 0.9.5: Under development... o OpenSSL 0.9.4: Released on August 09th, 1999 o OpenSSL 0.9.3a: Released on May

Re: Compile problem

2000-01-16 Thread Ulf Möller
On Sat, Jan 15, 2000 at 12:43:50PM -0500, G. A. Propf wrote: > I was compiling openssl-0.9.4 on my RedHat 6.1 Linux system. The > compile died near the library building step with "cc caught signal 11, > internal compiler error". You should include the file and line number where the error occure

VxWorks Porting

2000-01-16 Thread Asaf Steinfeld
Hi All, Does someone have an experience with porting the toolkit to VxWorks real time operating system? I will appreciate any help on this subject. Thanks, Asi Steinfeld __ OpenSSL Project htt

Compile problem

2000-01-16 Thread G. A. Propf
I was compiling openssl-0.9.4 on my RedHat 6.1 Linux system. The compile died near the library building step with "cc caught signal 11, internal compiler error". Using make -k allows the compile to finish, however and the library seems to work alright with the tests completing successfully. Hop