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