diff options
author | 2015-09-01 15:18:23 +0000 | |
---|---|---|
committer | 2015-09-01 15:18:23 +0000 | |
commit | 6a46f780360f8e8529d4c55375efa9027014f322 (patch) | |
tree | a68fae057fcdcc0e36848d293cd727245f4f949a /lib/libssl/src | |
parent | Increase transfer FIFOs for dwc2, to improve USB performance. The new (diff) | |
download | wireguard-openbsd-6a46f780360f8e8529d4c55375efa9027014f322.tar.xz wireguard-openbsd-6a46f780360f8e8529d4c55375efa9027014f322.zip |
Remove duplicate prototype for SSL_get_selected_srtp_profile().
From Aaron Burghardt.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/ssl/srtp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/ssl/srtp.h b/lib/libssl/src/ssl/srtp.h index 051a2540348..6daa02a791c 100644 --- a/lib/libssl/src/ssl/srtp.h +++ b/lib/libssl/src/ssl/srtp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: srtp.h,v 1.5 2014/12/14 15:30:50 jsing Exp $ */ +/* $OpenBSD: srtp.h,v 1.6 2015/09/01 15:18:23 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -131,7 +131,6 @@ extern "C" { int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); -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); |