Your e-mail to nedelcho.stanev@atlanticsky.com (Subject: [openssl.org #820] openssl 0.9.7c bug )

2004-02-01 Thread MailQube via RT
Hello, You e-mail address ([EMAIL PROTECTED]) has NOT been validated, possibly because the code you entered was incorrect. Your message (Subject: [openssl.org #820] openssl 0.9.7c bug ) has therefore not been delivered to [EMAIL PROTECTED] Please, re-enter it. If in the meanwhile you have

Compliling with MinGW

2004-02-01 Thread prefab
hello, I tried compiling openssl-SNAP-20040201 with MinGW and received the following error: ... gcc -o tmp\bss_file.o -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointe r -O3 -mcpu=i486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_NO_KRB5 -c .\crypto\bio

Re: Windows DLL naming inconsistency

2004-02-01 Thread Andy Polyakov
As for with the BIO code I am not sure this is a possibility. Note that once compiled and linked with MSVCRT, BIO would actually work fine with any run-time environment, because it never exposes FILE * to the application and sticks to private __iob, private to OpenSLL .DLL, in cases when