summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_test.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-09-01 05:30:45 +0000
committerUlf Möller <ulf@openssl.org>2001-09-01 05:30:45 +0000
commite9bc66c84fd096b965b840c0a05df25ca49401dc (patch)
tree48eb322dbbf12223f1c32a336297d3a2d0e3966b /crypto/evp/evp_test.c
parentc078798c609eb12df615f1d07756d48bbcacf4ff (diff)
*** empty log message ***
Diffstat (limited to 'crypto/evp/evp_test.c')
-rw-r--r--crypto/evp/evp_test.c2
1 files changed, 1 insertions, 1 deletions
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,":");