diff options
author | tb <> | 2025-03-13 10:26:41 +0000 |
---|---|---|
committer | tb <> | 2025-03-13 10:26:41 +0000 |
commit | bceb0fb6fb33668433b77fae4a3e74a7b30a2b95 (patch) | |
tree | 17c25e4067d139466b6b39090d12bada2afc9f99 /src/lib | |
parent | e7d0828785b67e44a3306faac670eee789fc7b10 (diff) | |
download | openbsd-bceb0fb6fb33668433b77fae4a3e74a7b30a2b95.tar.gz openbsd-bceb0fb6fb33668433b77fae4a3e74a7b30a2b95.tar.bz2 openbsd-bceb0fb6fb33668433b77fae4a3e74a7b30a2b95.zip |
Make srtp.h self-standing by including ssl.h
ok miod
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/srtp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/srtp.h b/src/lib/libssl/srtp.h index 89ce862020..686e9d924a 100644 --- a/src/lib/libssl/srtp.h +++ b/src/lib/libssl/srtp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: srtp.h,v 1.7 2021/06/11 15:28:13 landry Exp $ */ | 1 | /* $OpenBSD: srtp.h,v 1.8 2025/03/13 10:26:41 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -118,6 +118,8 @@ | |||
118 | #ifndef HEADER_D1_SRTP_H | 118 | #ifndef HEADER_D1_SRTP_H |
119 | #define HEADER_D1_SRTP_H | 119 | #define HEADER_D1_SRTP_H |
120 | 120 | ||
121 | #include <openssl/ssl.h> | ||
122 | |||
121 | #ifdef __cplusplus | 123 | #ifdef __cplusplus |
122 | extern "C" { | 124 | extern "C" { |
123 | #endif | 125 | #endif |