From 787ccb8ea4a0c384749338fb4665c790c42af665 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 3 Oct 2013 21:13:54 +0200 Subject: Implement disable_hostname_check config option. Patch by Sam Hartman. --- lib/include/radsec/radsec-impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/include/radsec/radsec-impl.h') diff --git a/lib/include/radsec/radsec-impl.h b/lib/include/radsec/radsec-impl.h index e472703..0ecd631 100644 --- a/lib/include/radsec/radsec-impl.h +++ b/lib/include/radsec/radsec-impl.h @@ -70,6 +70,7 @@ struct rs_realm { char *cacertpath; char *certfile; char *certkeyfile; + int disable_hostname_check; struct rs_credentials *transport_cred; struct rs_peer *peers; struct rs_realm *next; -- cgit v1.1