diff options
Diffstat (limited to 'src/usr.bin/openssl/ocsp.c')
-rw-r--r-- | src/usr.bin/openssl/ocsp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/ocsp.c b/src/usr.bin/openssl/ocsp.c index 3cf85d4d2c..ab5a755713 100644 --- a/src/usr.bin/openssl/ocsp.c +++ b/src/usr.bin/openssl/ocsp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ocsp.c,v 1.2 2014/12/02 19:39:16 deraadt Exp $ */ | 1 | /* $OpenBSD: ocsp.c,v 1.3 2015/08/22 16:36:05 jsing Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -102,9 +102,6 @@ static OCSP_RESPONSE *query_responder(BIO * err, BIO * cbio, char *path, | |||
102 | STACK_OF(CONF_VALUE) * headers, | 102 | STACK_OF(CONF_VALUE) * headers, |
103 | OCSP_REQUEST * req, int req_timeout); | 103 | OCSP_REQUEST * req, int req_timeout); |
104 | 104 | ||
105 | |||
106 | int ocsp_main(int, char **); | ||
107 | |||
108 | int | 105 | int |
109 | ocsp_main(int argc, char **argv) | 106 | ocsp_main(int argc, char **argv) |
110 | { | 107 | { |