Re: Suggestions for pqueue

2005-06-04 Thread Andrija Antonijevic
On 4-Jun-2005, Richard Levitte - VMS Whacker wrote: In message <[EMAIL PROTECTED]> on Sat, 4 Jun 2005 04:31:21 +0200 (CEST), Andrija Antonijevic <[EMAIL PROTECTED]> said: openssl> I am using OpenSSL on an architecture that has a shared openssl> library model in which the ar

Suggestions for pqueue

2005-06-03 Thread Andrija Antonijevic
I am using OpenSSL on an architecture that has a shared library model in which the arguments are passed through the (32-bit) registers and for which passing the arguments whose size is larger than 32-bit would create some problems. In an OpenSSL beta announcement, I read the part about pqueue

Missing #ifndef NO_FP_API in few places

1999-07-17 Thread Andrija Antonijevic
Just thought I'd let you know that there are missing #ifndef NO_FP_API / #endif pairs in: crypto/x509v3/v3_prn.c function X509V3_EXT_print_fp crypto/pkcs12/p12_utl.c function i2d_PKCS12_fp function d2i_PKCS12_fp in case you haven't already noticed. Antony __