mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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
@ -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…
Reference in New Issue
Block a user