Rename COPYING -> LICENSE.
[libradsec.git] / lib / tls.h
index d457cfd..74a63b3 100644 (file)
--- a/lib/tls.h
+++ b/lib/tls.h
@@ -1,11 +1,12 @@
 /* Copyright 2010 NORDUnet A/S. All rights reserved.
-   See the file COPYING for licensing information.  */
+   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)
 }