diff options
author | jsing <> | 2015-09-01 15:18:23 +0000 |
---|---|---|
committer | jsing <> | 2015-09-01 15:18:23 +0000 |
commit | a53a66955e2e1f1c8f6fccbae6b05fb971c75f79 (patch) | |
tree | fd8feac43621817aaf6c996d242494f06d635887 /src | |
parent | 590c5fc5e623a41d63741f1eb2f5f50ab090265a (diff) | |
download | openbsd-a53a66955e2e1f1c8f6fccbae6b05fb971c75f79.tar.gz openbsd-a53a66955e2e1f1c8f6fccbae6b05fb971c75f79.tar.bz2 openbsd-a53a66955e2e1f1c8f6fccbae6b05fb971c75f79.zip |
Remove duplicate prototype for SSL_get_selected_srtp_profile().
From Aaron Burghardt.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/ssl/srtp.h | 3 | ||||
-rw-r--r-- | src/lib/libssl/srtp.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libssl/src/ssl/srtp.h b/src/lib/libssl/src/ssl/srtp.h index 051a254034..6daa02a791 100644 --- a/src/lib/libssl/src/ssl/srtp.h +++ b/src/lib/libssl/src/ssl/srtp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: srtp.h,v 1.5 2014/12/14 15:30:50 jsing Exp $ */ | 1 | /* $OpenBSD: srtp.h,v 1.6 2015/09/01 15:18:23 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -131,7 +131,6 @@ extern "C" { | |||
131 | 131 | ||
132 | int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); | 132 | int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); |
133 | int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); | 133 | int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); |
134 | SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); | ||
135 | 134 | ||
136 | STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); | 135 | STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); |
137 | SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); | 136 | SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); |
diff --git a/src/lib/libssl/srtp.h b/src/lib/libssl/srtp.h index 051a254034..6daa02a791 100644 --- a/src/lib/libssl/srtp.h +++ b/src/lib/libssl/srtp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: srtp.h,v 1.5 2014/12/14 15:30:50 jsing Exp $ */ | 1 | /* $OpenBSD: srtp.h,v 1.6 2015/09/01 15:18:23 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -131,7 +131,6 @@ extern "C" { | |||
131 | 131 | ||
132 | int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); | 132 | int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); |
133 | int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); | 133 | int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); |
134 | SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); | ||
135 | 134 | ||
136 | STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); | 135 | STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); |
137 | SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); | 136 | SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); |