X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libradsec.git;a=blobdiff_plain;f=lib%2Finclude%2Fradsec%2Fradsec-impl.h;h=0ecd631b86744e4961877bd066bf86b94d6bf5bf;hp=e472703b1bd93701438db7eb76dc0c72b88dcd50;hb=787ccb8ea4a0c384749338fb4665c790c42af665;hpb=a6ea0fa54ab96f56333d5e660a4a7fd7c061dd3c 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;