Add include of ssl.h which is required by srtp.h

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit f67203836cd4a35c1774b6147e0f2d33eb7b1b6f)
This commit is contained in:
Matt Caswell 2014-11-27 12:25:18 +00:00
parent 60de554e4f
commit 14332e4331

View File

@ -1,4 +1,4 @@
/* ssl/tls1.h */ /* ssl/srtp.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved. * All rights reserved.
* *
@ -118,6 +118,8 @@
#ifndef HEADER_D1_SRTP_H #ifndef HEADER_D1_SRTP_H
#define HEADER_D1_SRTP_H #define HEADER_D1_SRTP_H
#include <openssl/ssl.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif