In message <[EMAIL PROTECTED]> on Tue, 23 Jul 2002 07:41:17 
+0200 (METDST), "[EMAIL PROTECTED] via RT" <[EMAIL PROTECTED]> said:

rt> With these changes I get the same error that made me try to change the
rt> code initially. I copied dummytest.c to ideatest.c and ran make. GCC
rt> doesn't like "program = OPENSSL_malloc(q - p +1);":

Hmm, it seems like one has to write that like this:

     program = OPENSSL_malloc((q - p) + 1);

Sorry about that.

-- 
Richard Levitte         [EMAIL PROTECTED]
OpenSSL Project         http://www.openssl.org/~levitte/

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to