added ssl cipher notice on connect
[ircu2.10.12-pk.git] / include / ssl.h
index dc910b1aaa587e5e7944b22ab5eef2e45c9bc7ac..db4cad0f50fcc46f363a36e8e08e1034a80c5cca 100644 (file)
@@ -94,4 +94,6 @@ IOResult ssl_send_encrypt(struct SSLConnection *connection, struct MsgQ* buf, un
 IOResult ssl_send_encrypt_plain(struct SSLConnection *connection, char *buf, int len);
 extern int ssl_connection_flush(struct SSLConnection *connection);
 
+extern const char* ssl_get_cipher(struct SSLConnection *connection);
+
 #endif /* INCLUDED_parse_h */