[EMAIL PROTECTED] wrote:
>
> ulf 01-Sep-2001 07:30:46
>
> Modified: crypto/evp evp_test.c
> Log:
>
>
> Revision Changes Path
> 1.5 +1 -1 openssl/crypto/evp/evp_test.c
>
> Index: evp_test.c
> ===================================================================
> RCS file: /e/openssl/cvs/openssl/crypto/evp/evp_test.c,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -r1.4 -r1.5
> --- evp_test.c 2001/09/01 05:05:32 1.4
> +++ evp_test.c 2001/09/01 05:30:45 1.5
> @@ -328,7 +328,7 @@
> if(line[0] == '#' || line[0] == '\n')
> continue;
> p=line;
> - cipher=strsep(&p,":");
> + cipher=(char*)ustrsep(&p,":");
> key=ustrsep(&p,":");
> iv=ustrsep(&p,":");
> plaintext=ustrsep(&p,":");
Ick! You could at least have preserved the ustrsep/strsep thing...
Cheers,
Ben.
--
http://www.apache-ssl.org/ben.html
"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]