projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a35dbb
)
Add include of ssl.h which is required by srtp.h
author
Matt Caswell
<matt@openssl.org>
Thu, 27 Nov 2014 12:25:18 +0000
(12:25 +0000)
committer
Matt Caswell
<matt@openssl.org>
Thu, 27 Nov 2014 13:16:36 +0000
(13:16 +0000)
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
ssl/srtp.h
patch
|
blob
|
history
diff --git
a/ssl/srtp.h
b/ssl/srtp.h
index dfdab0ed828530400cc9db60e612b8310015569a..f691da859fd1b6b40c6da30b12d7c982fdbd2515 100644
(file)
--- 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