X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fssl.h;fp=include%2Fssl.h;h=db4cad0f50fcc46f363a36e8e08e1034a80c5cca;hp=dc910b1aaa587e5e7944b22ab5eef2e45c9bc7ac;hb=99ba4795414c55c34fb778da3b3b0563170212a5;hpb=3e86180fb32d5eab15c761b75ba3d4520ef23bac diff --git a/include/ssl.h b/include/ssl.h index dc910b1..db4cad0 100644 --- a/include/ssl.h +++ b/include/ssl.h @@ -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 */