diff options
| author | tb <> | 2025-03-13 10:26:41 +0000 |
|---|---|---|
| committer | tb <> | 2025-03-13 10:26:41 +0000 |
| commit | fa6fcfa10c39c657cc034faabd7bfed5972d48e3 (patch) | |
| tree | 17c25e4067d139466b6b39090d12bada2afc9f99 /src/lib | |
| parent | dcd1700591c767d997c903eba3f3953d562bf23a (diff) | |
| download | openbsd-fa6fcfa10c39c657cc034faabd7bfed5972d48e3.tar.gz openbsd-fa6fcfa10c39c657cc034faabd7bfed5972d48e3.tar.bz2 openbsd-fa6fcfa10c39c657cc034faabd7bfed5972d48e3.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 |
