From b64ffdcf09edd7110c1f851942d0e8d4e05d883c Mon Sep 17 00:00:00 2001 From: Adriaan de Jong Date: Mon, 27 Jun 2011 09:52:59 +0200 Subject: Refactored get_highest_preference_tls_cipher Signed-off-by: Adriaan de Jong Acked-by: Gert Doering Signed-off-by: David Sommerseth --- ssl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ssl.h') diff --git a/ssl.h b/ssl.h index 2ff4c4d..c23a946 100644 --- a/ssl.h +++ b/ssl.h @@ -824,8 +824,6 @@ void tls_post_encrypt (struct tls_multi *multi, struct buffer *buf); /** @} name Functions for managing security parameter state for data channel packets */ -void get_highest_preference_tls_cipher (char *buf, int size); - void pem_password_setup (const char *auth_file); int pem_password_callback (char *buf, int size, int rwflag, void *u); void auth_user_pass_setup (const char *auth_file, const struct static_challenge_info *sc_info); -- cgit