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:
84d964a
)
A function returning int should really return an int, even if it exits
author
Richard Levitte
<levitte@openssl.org>
Sat, 28 Dec 2002 01:47:11 +0000
(
01:47
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 28 Dec 2002 01:47:11 +0000
(
01:47
+0000)
first...
crypto/dsa/dsatest.c
patch
|
blob
|
history
diff --git
a/crypto/dsa/dsatest.c
b/crypto/dsa/dsatest.c
index 2361ad61cbb81c10027471053bac1fb531041458..2a25f3fe47535d6d71411f8791a37b7a06683d2b 100644
(file)
--- a/
crypto/dsa/dsatest.c
+++ b/
crypto/dsa/dsatest.c
@@
-217,6
+217,7
@@
end:
static int cb_exit(int ec)
{
EXIT(ec);
+ return(0); /* To keep some compilers quiet */
}
static void MS_CALLBACK dsa_cb(int p, int n, void *arg)