Add include of ssl.h which is required by srtp.h
authorMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 12:25:18 +0000 (12:25 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 13:19:23 +0000 (13:19 +0000)
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit f67203836cd4a35c1774b6147e0f2d33eb7b1b6f)

ssl/srtp.h

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