From e9bc66c84fd096b965b840c0a05df25ca49401dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Sat, 1 Sep 2001 05:30:45 +0000 Subject: [PATCH] *** empty log message *** --- crypto/evp/evp_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,":"); -- GitLab