Stop rs_request_send() from leaking RSE_TIMEOUT_CONN and RSE_TIMEOUT_IO.
[libradsec.git] / lib / tls.h
index 5dcbc47..4707b93 100644 (file)
--- a/lib/tls.h
+++ b/lib/tls.h
@@ -1,10 +1,12 @@
-/* See the file COPYING for licensing information.  */
+/* Copyright 2010-2012 NORDUnet A/S. All rights reserved.
+   See LICENSE for licensing information. */
 
 #if defined (__cplusplus)
 extern "C" {
 #endif
 
 int rs_tls_init (struct rs_connection *conn);
+int tls_verify_cert (struct rs_connection *conn);
 
 #if defined (__cplusplus)
 }