Additional fix required for no-srtp to work
RT3638 Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
e783bae26a
commit
32b07f5a80
1 changed files with 1 additions and 1 deletions
|
@ -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[]=
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue