summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2025-03-13 10:26:41 +0000
committertb <>2025-03-13 10:26:41 +0000
commitbceb0fb6fb33668433b77fae4a3e74a7b30a2b95 (patch)
tree17c25e4067d139466b6b39090d12bada2afc9f99 /src/lib
parente7d0828785b67e44a3306faac670eee789fc7b10 (diff)
downloadopenbsd-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.h4
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
122extern "C" { 124extern "C" {
123#endif 125#endif