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:
74c467f
)
Fix a warning.
author
Ben Laurie
<ben@openssl.org>
Fri, 31 May 2002 14:34:15 +0000
(14:34 +0000)
committer
Ben Laurie
<ben@openssl.org>
Fri, 31 May 2002 14:34:15 +0000
(14:34 +0000)
crypto/evp/evp_test.c
patch
|
blob
|
history
diff --git
a/crypto/evp/evp_test.c
b/crypto/evp/evp_test.c
index 7c5453d7e9d2fe52b5f03d806ad51725c7676e98..1bfffb34cf3e86b498598da2f657c0584b90c3e1 100644
(file)
--- a/
crypto/evp/evp_test.c
+++ b/
crypto/evp/evp_test.c
@@
-358,7
+358,7
@@
int main(int argc,char **argv)
p[-1] = '\0';
encdec = -1;
} else {
- encdec = atoi(
u
strsep(&p,"\n"));
+ encdec = atoi(strsep(&p,"\n"));
}