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:
265f835
)
Return success when the responder is active.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 Dec 2012 02:56:02 +0000
(
02:56
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 15 Dec 2012 02:56:02 +0000
(
02:56
+0000)
Don't verify our own responses.
apps/ocsp.c
patch
|
blob
|
history
diff --git
a/apps/ocsp.c
b/apps/ocsp.c
index 9a1bc97710dc61b571a2de2396af182fbe55ecc7..65e20e36d4495ed4e7aa3c338f574128775ef611 100644
(file)
--- a/
apps/ocsp.c
+++ b/
apps/ocsp.c
@@
-866,6
+866,12
@@
int MAIN(int argc, char **argv)
resp = NULL;
goto redo_accept;
}
+ ret = 0;
+ goto end;
+ }
+ else if (ridx_filename)
+ {
+ ret = 0;
goto end;
}