summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-12-22 11:34:24 +0000
committerMatt Caswell <matt@openssl.org>2015-01-05 14:28:40 +0000
commit6ee7de1eb3cb3a47a824cf5de1e6a2522fb1e998 (patch)
tree56eeda25ddf3b47fec44d847fb5519f8b044bc53
parent7b0194db42bdbd2b060f730195fa4ffed630829f (diff)
Additional fix required for no-srtp to work
RT3638 Reviewed-by: Emilia Käsper <emilia@openssl.org>
-rw-r--r--ssl/d1_srtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c
index ac1bef00ac..49bd9b14e0 100644
--- a/ssl/d1_srtp.c
+++ b/ssl/d1_srtp.c
@@ -115,13 +115,13 @@
Copyright (C) 2011, RTFM, Inc.
*/
-#ifndef OPENSSL_NO_SRTP
#include <stdio.h>
#include <openssl/objects.h>
#include "ssl_locl.h"
#include "srtp.h"
+#ifndef OPENSSL_NO_SRTP
static SRTP_PROTECTION_PROFILE srtp_known_profiles[]=
{