Hi,

I checked the code in crypto/evp/evp_test.c and it looks like sstrsep do
the same like strsep on Linux. So perhaps it was a typo and the code was
only tested under Linux.

I used sstrsep insteed of strsep. OpenSSL compiles and make test
succeed. The patch is like follows:

...openssl-0.9.7-stable-SNAP-20020603/crypto/evp]
[ 509 ]# diff evp_test.c.org evp_test.c
361c361
<           encdec = atoi(strsep(&p,"\n"));
---
>           encdec = atoi(sstrsep(&p,"\n"));

Best  Regards,

Michael
-- 
-------------------------------------------------------------------
Michael Bell                   Email (private): [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email:  [EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.: +49 (0)30-2093 2482
Unter den Linden 6             Fax:  +49 (0)30-2093 2959
10099 Berlin
Germany                                       http://www.openca.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to