Additional fix required for no-srtp to work
authorMatt Caswell <matt@openssl.org>
Mon, 22 Dec 2014 11:34:24 +0000 (11:34 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 5 Jan 2015 14:17:51 +0000 (14:17 +0000)
RT3638

Reviewed-by: Emilia Käsper <emilia@openssl.org>
ssl/d1_srtp.c

index f18f4a0103dbdcfeea303102144c131b270da07a..ae51b58d4e4e654489d61661b19c6827b5c86798 100644 (file)
   Copyright (C) 2011, RTFM, Inc.
 */
 
   Copyright (C) 2011, RTFM, Inc.
 */
 
-#ifndef OPENSSL_NO_SRTP
 
 #include <stdio.h>
 #include <openssl/objects.h>
 #include "ssl_locl.h"
 
 
 #include <stdio.h>
 #include <openssl/objects.h>
 #include "ssl_locl.h"
 
+#ifndef OPENSSL_NO_SRTP
 
 static SRTP_PROTECTION_PROFILE srtp_known_profiles[]=
     {
 
 static SRTP_PROTECTION_PROFILE srtp_known_profiles[]=
     {