From: Arran Cudbard-Bell Date: Mon, 14 Sep 2015 16:13:41 +0000 (+0100) Subject: Typo X-Git-Tag: release_3_0_10~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7288661816b4b051161c898c950f38e1c1004ea4;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/main/tls.c b/src/main/tls.c index fdf21d0fecc..896a6203c33 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -1364,7 +1364,7 @@ err: * - -1 if at least one URL was found, but none could be parsed. */ static int ocsp_parse_cert_url(X509 *cert, char **host_out, char **port_out, - char **path_out, int *is_http) + char **path_out, int *is_https) { int i; bool found_uri = false;