From 119df02356e2634a1f38a23d288d8774e841e5f7 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 15 Apr 2014 12:00:25 +0000 Subject: 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. --- src/lib/libssl/srtp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libssl/srtp.h') 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 @@ extern "C" { #endif - #define SRTP_AES128_CM_SHA1_80 0x0001 #define SRTP_AES128_CM_SHA1_32 0x0002 #define SRTP_AES128_F8_SHA1_80 0x0003 @@ -142,4 +141,3 @@ SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); #endif #endif - -- cgit v1.2.3-55-g6feb