From e52a3c3d1401fb917df3aa80a19575521cabe4f4 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Sat, 11 Oct 2014 14:31:53 -0400 Subject: Include instead of "foo.h" Exported headers shouldn't be included as "foo.h" by code from the same module, it should only do so for module-internal headers. This is because the symlinking of exported headers (from include/openssl/foo.h to crypto/foo/foo.h) is being removed, and the exported headers are being moved to the include/openssl/ directory instead. Change-Id: I4c1d80849544713308ddc6999a549848afc25f94 Signed-off-by: Geoff Thorpe Reviewed-by: Rich Salz --- ssl/d1_srtp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ssl/d1_srtp.c') diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c index ac1bef00ac..f18f4a0103 100644 --- a/ssl/d1_srtp.c +++ b/ssl/d1_srtp.c @@ -120,7 +120,6 @@ #include #include #include "ssl_locl.h" -#include "srtp.h" static SRTP_PROTECTION_PROFILE srtp_known_profiles[]= -- cgit v1.2.3