]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 14 Sep 2015 16:13:41 +0000 (17:13 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 14 Sep 2015 16:13:55 +0000 (17:13 +0100)
src/main/tls.c

index fdf21d0fecc26ae4eec0f489f98e96e65c9ce581..896a6203c33b06227ef7addd1c28bdaf1688a717 100644 (file)
@@ -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;