projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c078798
)
*** empty log message ***
author
Ulf Möller
<ulf@openssl.org>
Sat, 1 Sep 2001 05:30:45 +0000
(
05:30
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Sat, 1 Sep 2001 05:30:45 +0000
(
05:30
+0000)
crypto/evp/evp_test.c
patch
|
blob
|
history
diff --git
a/crypto/evp/evp_test.c
b/crypto/evp/evp_test.c
index 87be6953789e99d4343ee1e303ee5a7f43f397b7..037fcefcc6b29631a7709bbc78451764aabe11d7 100644
(file)
--- 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*)u
strsep(&p,":");
key=ustrsep(&p,":");
iv=ustrsep(&p,":");
plaintext=ustrsep(&p,":");