summaryrefslogtreecommitdiffstats
path: root/ssl/srtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/srtp.h')
-rw-r--r--ssl/srtp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/srtp.h b/ssl/srtp.h
index e4ddf8c468..c0cf33ef28 100644
--- a/ssl/srtp.h
+++ b/ssl/srtp.h
@@ -137,11 +137,6 @@ SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
-int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen);
-int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al);
-int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, int *len, int maxlen);
-int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al);
-
#ifdef __cplusplus
}
#endif