diff options
Diffstat (limited to 'src/lib/libcrypto/ocsp/ocsp_lib.c')
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_lib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_lib.c b/src/lib/libcrypto/ocsp/ocsp_lib.c index f9a8d60bc1..0d95a9d0ec 100644 --- a/src/lib/libcrypto/ocsp/ocsp_lib.c +++ b/src/lib/libcrypto/ocsp/ocsp_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ocsp_lib.c,v 1.21 2018/05/13 10:30:52 tb Exp $ */ | 1 | /* $OpenBSD: ocsp_lib.c,v 1.22 2018/05/13 10:42:03 tb Exp $ */ |
| 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL | 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL |
| 3 | * project. */ | 3 | * project. */ |
| 4 | 4 | ||
| @@ -180,7 +180,8 @@ OCSP_id_cmp(OCSP_CERTID *a, OCSP_CERTID *b) | |||
| 180 | * it is SSL. | 180 | * it is SSL. |
| 181 | */ | 181 | */ |
| 182 | int | 182 | int |
| 183 | OCSP_parse_url(char *url, char **phost, char **pport, char **ppath, int *pssl) | 183 | OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath, |
| 184 | int *pssl) | ||
| 184 | { | 185 | { |
| 185 | char *host, *path, *port, *tmp; | 186 | char *host, *path, *port, *tmp; |
| 186 | 187 | ||
