mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 08:03:21 +00:00
14 lines
240 B
C
14 lines
240 B
C
![]() |
/*
|
||
|
* Copyright (c) 2025, Altomani Gianluca <altomanigianluca@gmail.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
extern "C" {
|
||
|
typedef struct ssl_ctx_st SSL_CTX;
|
||
|
typedef struct ssl_st SSL;
|
||
|
typedef struct bio_st BIO;
|
||
|
}
|