Commit f6720383 authored by Matt Caswell's avatar Matt Caswell
Browse files

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

parent 8a35dbb6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/* ssl/tls1.h */
/* ssl/srtp.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
@@ -118,6 +118,8 @@
#ifndef HEADER_D1_SRTP_H
#define HEADER_D1_SRTP_H

#include <openssl/ssl.h>

#ifdef  __cplusplus
extern "C" {
#endif