summaryrefslogtreecommitdiffstats
path: root/ssl/d1_srtp.c
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:17:51 +0000
commit32b07f5a80d22b34cfcd6df76d425bed771b0146 (patch)
treed5786356dd42102b41681a120a49e3b4377a541d /ssl/d1_srtp.c
parente783bae26ae50c1210d525f9c1a548e62066d670 (diff)
Additional fix required for no-srtp to work
RT3638 Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'ssl/d1_srtp.c')
-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 f18f4a0103..ae51b58d4e 100644
--- a/ssl/d1_srtp.c
+++ b/ssl/d1_srtp.c
@@ -115,12 +115,12 @@
Copyright (C) 2011, RTFM, Inc.
*/
-#ifndef OPENSSL_NO_SRTP
#include <stdio.h>
#include <openssl/objects.h>
#include "ssl_locl.h"
+#ifndef OPENSSL_NO_SRTP
static SRTP_PROTECTION_PROFILE srtp_known_profiles[]=
{