diff options
author | jsing <> | 2014-04-15 12:00:25 +0000 |
---|---|---|
committer | jsing <> | 2014-04-15 12:00:25 +0000 |
commit | 119df02356e2634a1f38a23d288d8774e841e5f7 (patch) | |
tree | 3ba45c8dc0a2bcf26ddd859d8ee8c4dfb1b8e4b2 /src/lib/libssl/srtp.h | |
parent | ab563839bbe3ddf11336b51c80c7fb09adb04abb (diff) | |
download | openbsd-119df02356e2634a1f38a23d288d8774e841e5f7.tar.gz openbsd-119df02356e2634a1f38a23d288d8774e841e5f7.tar.bz2 openbsd-119df02356e2634a1f38a23d288d8774e841e5f7.zip |
First pass at applying KNF to the OpenSSL code, which almost makes it
readable. This pass is whitespace only and can readily be verified using
tr and md5.
There is still a huge amount of inconsistency within these headers.
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 | |||