summaryrefslogtreecommitdiffstats
path: root/ssl.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-06-27 09:52:59 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-19 22:31:46 +0200
commitb64ffdcf09edd7110c1f851942d0e8d4e05d883c (patch)
tree01e55f356f3032e663961ab3bf37ec520278a580 /ssl.h
parent397c0a35c5b36c270678c717e931476dc42bfa5c (diff)
downloadopenvpn-b64ffdcf09edd7110c1f851942d0e8d4e05d883c.tar.gz
openvpn-b64ffdcf09edd7110c1f851942d0e8d4e05d883c.tar.xz
openvpn-b64ffdcf09edd7110c1f851942d0e8d4e05d883c.zip
Refactored get_highest_preference_tls_cipher
Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: Gert Doering <gert@greenie.muc.de> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'ssl.h')
-rw-r--r--ssl.h2
1 files changed, 0 insertions, 2 deletions
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);