X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=blobdiff_plain;f=lib%2Ftls.h;h=0dc2ebdd0aa31e668048b70adf5b2f2e1ffa2aed;hp=d457cfdd4b866960897681b554c5269d1a396dbd;hb=6e6672cffd42def79813dbf7f1588d2ce219ca79;hpb=c1f196080a7cb867afd3dee50e2910899cbf5f46 diff --git a/lib/tls.h b/lib/tls.h index d457cfd..0dc2ebd 100644 --- a/lib/tls.h +++ b/lib/tls.h @@ -6,6 +6,7 @@ extern "C" { #endif int rs_tls_init (struct rs_connection *conn); +int tls_verify_cert (struct rs_connection *conn); #if defined (__cplusplus) }