projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b0194d
)
Additional fix required for no-srtp to work
author
Matt Caswell
<matt@openssl.org>
Mon, 22 Dec 2014 11:34:24 +0000
(11:34 +0000)
committer
Matt Caswell
<matt@openssl.org>
Mon, 5 Jan 2015 14:28:40 +0000
(14:28 +0000)
RT3638
Reviewed-by: Emilia Käsper <emilia@openssl.org>
ssl/d1_srtp.c
patch
|
blob
|
history
diff --git
a/ssl/d1_srtp.c
b/ssl/d1_srtp.c
index ac1bef00ac589095c2af6606b8569fa1c58fb127..49bd9b14e05a0e48578742d72ffee6087b261e6a 100644
(file)
--- 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[]=
{