I just commited that change.

[[EMAIL PROTECTED] - Mon Jun  3 13:02:51 2002]:

> 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

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

Reply via email to