summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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