summaryrefslogtreecommitdiffstats
path: root/ssl_backend.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-06-27 09:44:47 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-19 22:31:46 +0200
commit397c0a35c5b36c270678c717e931476dc42bfa5c (patch)
treefe7cbe741e6a8ea40e96703f5de85cc07f07d0f3 /ssl_backend.h
parenteab0cf2df1b1f1f73a657384c0fdb201508c0399 (diff)
downloadopenvpn-397c0a35c5b36c270678c717e931476dc42bfa5c.tar.gz
openvpn-397c0a35c5b36c270678c717e931476dc42bfa5c.tar.xz
openvpn-397c0a35c5b36c270678c717e931476dc42bfa5c.zip
Refactored tls_show_available_ciphers
Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: Gert Doering <gert@greenie.muc.de> Acked-by: James Yonan <james@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'ssl_backend.h')
-rw-r--r--ssl_backend.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ssl_backend.h b/ssl_backend.h
index 639d850..336e923 100644
--- a/ssl_backend.h
+++ b/ssl_backend.h
@@ -64,4 +64,10 @@ void tls_free_lib();
*/
void tls_clear_error();
+/*
+ * Show the TLS ciphers that are available for us to use in the OpenSSL
+ * library.
+ */
+void show_available_tls_ciphers ();
+
#endif /* SSL_BACKEND_H_ */