Re: Clean install with no-idea fails

2001-04-19 Thread Richard Levitte - VMS Whacker
From: [EMAIL PROTECTED] nobody> On unix, nobody> - Do a clean install of the current snapshot source code nobody> - config no-idea nobody> -> Symbolic links for the includes are created in include/openssl/, but one nobody> is not created for idea.h. nobody> - make nobody> -> Make stops w

Re: Cannot make

2001-04-19 Thread Lutz Jaenicke
On Thu, Apr 19, 2001 at 02:02:25PM +0700, Tom Zuurbier wrote: > I am unable to make/compile openSSL on a HP9000 A400 system. > See the Testlog file for more details. This isn't a bug in OpenSSL. OpenSSL requires an ANSI C compiler. > Target: hpux-cc > Compiler: (Bundled) cc: NL

No Subject

2001-04-19 Thread brian grant
    d000181700_1_s.gif

Memory Leaks..

2001-04-19 Thread Aslam
Hi, I'm doing following code: int main(int argc, char* argv[]) { BYTE* pData = 0; long nSize = 0; FILE* fp = fopen("d:\\class1.crl", "rb"); if(fp) { fseek(fp, 0, SEEK_END) ; nSize = ftell(fp); fseek(fp, 0,

building win32 version of openssl-engine-0.9.6a

2001-04-19 Thread Stefan Kotes
Hi, I am trying to build WIN32 version of latest openssl and in the case I run perl Configure VC-WIN32 which overwrites the file opensslconf.h, the compilation of crypto\bio\b_print.c fails. The failure is caused by defined BN_LLONG, which translates LLONG type in above mentioned file into

Re: Memory Leaks..

2001-04-19 Thread Harald Koch
> CRYPTO_malloc() in .\crypto\mem.c > ERR_get_state() in .\crypto\err.c > ERR_clear_error() in .\crypto\err.c > ASN1_d2i_bio()in .\crypto\asn1\a_d2i_fp.c > d2iX509_CRL_bio() in .\crypto\x509\x_all.c > main() > mainCRTStartup()

win32 compile failed

2001-04-19 Thread Isaac Foraker
Running Win2k with MSVC 13.00.9030 and masm 6.11d and compiling OpenSSL 0.9.6a. >perl Configure no-idea no-des VC-WIN32 looked fine >ms\do_masm.bat looked fine >nmake -f ms\ntdll.mak compiled a bunch of files with no problems then... cl /Fotmp32dll\read_pwd.obj -Iinc32 -Itmp32dll /MD /W3