diff options
Diffstat (limited to 'src/lib/libssl/srtp.h')
-rw-r--r-- | src/lib/libssl/srtp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/srtp.h b/src/lib/libssl/srtp.h index c0cf33ef28..06075f2c86 100644 --- a/src/lib/libssl/srtp.h +++ b/src/lib/libssl/srtp.h | |||
@@ -122,7 +122,6 @@ | |||
122 | extern "C" { | 122 | extern "C" { |
123 | #endif | 123 | #endif |
124 | 124 | ||
125 | |||
126 | #define SRTP_AES128_CM_SHA1_80 0x0001 | 125 | #define SRTP_AES128_CM_SHA1_80 0x0001 |
127 | #define SRTP_AES128_CM_SHA1_32 0x0002 | 126 | #define SRTP_AES128_CM_SHA1_32 0x0002 |
128 | #define SRTP_AES128_F8_SHA1_80 0x0003 | 127 | #define SRTP_AES128_F8_SHA1_80 0x0003 |
@@ -142,4 +141,3 @@ SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); | |||
142 | #endif | 141 | #endif |
143 | 142 | ||
144 | #endif | 143 | #endif |
145 | |||