diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 87be6953789e99d4343ee1e303ee5a7f43f397b7..037fcefcc6b29631a7709bbc78451764aabe11d7 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,":");