openssl/crypto/ocsp
Benjamin Kaduk 9547982e8c Remove dead-code infinite loop
Commit d32f5d8733 added a 'goto end;' statement
at the end of the code block for the 'end' label.  Fortunately, it was after a
return statement, so no infinite loop occurred, but it is still dead code.

Remove the extra goto statement as cleanup.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-26 14:17:41 -04:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
ocsp_asn.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ocsp_cl.c GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
ocsp_err.c Restore OCSP_basic_verify() error return semantics 2016-04-17 23:22:45 +02:00
ocsp_ext.c GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
ocsp_ht.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ocsp_lcl.h GH601: Various spelling fixes. 2016-02-05 15:25:50 -05:00
ocsp_lib.c Avoid double-free in calleres to OCSP_parse_url 2016-03-09 20:44:52 -05:00
ocsp_prn.c Remove unused parameters from internal functions 2016-02-22 13:39:44 -05:00
ocsp_srv.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ocsp_vfy.c Remove dead-code infinite loop 2016-04-26 14:17:41 -04:00
v3_ocsp.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00