summaryrefslogtreecommitdiffstats
path: root/ssl/srtp.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-11-27 12:25:18 +0000
committerMatt Caswell <matt@openssl.org>2014-11-27 13:19:23 +0000
commit2184a14b6235135fb3156813939e7d8c596ff95a (patch)
tree7a0971980134fb285d9d2ae42d6fec70e0c5cac6 /ssl/srtp.h
parent2e84084fbcbbf032a0021a73ef56711966b28159 (diff)
Add include of ssl.h which is required by srtp.h
Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit f67203836cd4a35c1774b6147e0f2d33eb7b1b6f)
Diffstat (limited to 'ssl/srtp.h')
-rw-r--r--ssl/srtp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssl/srtp.h b/ssl/srtp.h
index 24f23309d7..096b624d0d 100644
--- a/ssl/srtp.h
+++ b/ssl/srtp.h
@@ -1,4 +1,4 @@
-/* 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