summaryrefslogtreecommitdiff
path: root/lib/include/radsec
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-10-03 21:13:54 +0200
committerLinus Nordberg <linus@nordberg.se>2013-10-03 21:13:54 +0200
commit787ccb8ea4a0c384749338fb4665c790c42af665 (patch)
tree3d39cd4031034781b820192bc113ccce695a8bd2 /lib/include/radsec
parenta6ea0fa54ab96f56333d5e660a4a7fd7c061dd3c (diff)
Implement disable_hostname_check config option.
Patch by Sam Hartman.
Diffstat (limited to 'lib/include/radsec')
-rw-r--r--lib/include/radsec/radsec-impl.h1
1 files changed, 1 insertions, 0 deletions
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;