Re: post-compilation tests

2000-11-06 Thread Eduardo Reis
edit config.sys and there must be a line like this shell=c:\windows\command.com /e: is the environment in bytes put 2048 it should be suficient --- Compuquali. SA - GFI Group E-mail: [EMAIL PROTECTED] Telef: +351-229417877 Telem: +351-919556791 "Yes means No and No means Yes. Delete all

Constification

2000-11-06 Thread Richard Levitte - VMS Whacker
I've become irritated enough with some functions not having const used properly (or at least what appears proper), so I've started working on bringing better use of const to OpenSSL, as some may already have noticed. This may, for a few days, bring along a number of warnings or errors because

Re: Constification

2000-11-06 Thread rsalz
I've started working on bringing better use of const to OpenSSL Huzzah. Also, this will bring about a few ugly casts in the ASN.1 macros or direct callers of them. Perhaps something like #define CONST(t, p) (const t)(p) #define UNCONST(t, p) (t)(p) As in extern void

openssl-engine has some problem with profiling

2000-11-06 Thread Jihui Yang
Has anybody ever used profiling(CFLAGS=-pg) to analyze the amount of time spent in each routine in openssl? I tried it in openssl-engine-0.9.6. But the option -pg seemed to conflict with the option of -fomit-frame-pointer, so I got rid of the latter. But when I tried to do speed

How can I join your Team?

2000-11-06 Thread Amit
Hi, First of all let me introduce myself.My name is Amit Kumar,I am a M.C.A(Master in computer application) I want to become a active member of your openSSL devloper team can you tell me how to go about this and what skills you requires? At present I am working in Bombay(India) and

Re: How can I join your Team?

2000-11-06 Thread Dan Kegel
Amit [EMAIL PROTECTED] wrote: I want to become a active member of your openSSL devloper team can you tell me how to go about this and what skills you require? I'm just a user of OpenSSL, and a novice at that, but I suspect the only requirement is that you contribute code that solves a real

Loading shared libraries under HP-UX on PA32

2000-11-06 Thread Richard Levitte - VMS Whacker
I've had reports that it seems like shl_load() only loads a file from the current directory if the file given is something like "libcswift.sl". In the man page, the parameter is called "path", so I wouldn't be too surprised if the observation is correct as defined by the implementors of