From: Ulf Möller Date: Sat, 1 Sep 2001 05:30:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: OpenSSL_0_9_6c~123^2~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9bc66c84fd096b965b840c0a05df25ca49401dc;p=oweals%2Fopenssl.git *** empty log message *** --- diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 87be695378..037fcefcc6 100644 --- a/crypto/evp/evp_test.c +++ b/crypto/evp/evp_test.c @@ -328,7 +328,7 @@ int main(int argc,char **argv) 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,":");