Kea
2.7.5
crypto_tls.h
Go to the documentation of this file.
1
// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
2
//
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
5
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7
#ifndef CRYPTO_TLS_H
8
#define CRYPTO_TLS_H
9
11
12
// Verify that config.h was included.
13
#ifndef CONFIG_H_WAS_INCLUDED
14
#error config.h must be included before crypto_tls.h
15
#endif
16
17
// Include different versions.
18
#include <
asiolink/botan_tls.h
>
19
#include <
asiolink/openssl_tls.h
>
20
21
// Verify that one version matched.
22
#ifndef COMMON_TLS_H
23
#error no TLS backend was found
24
#endif
25
26
#endif
// CRYPTO_TLS_H
botan_tls.h
Botan ASIO implementation of the TLS API.
openssl_tls.h
OpenSSL implementation of the TLS API.
src
lib
asiolink
crypto_tls.h
Generated on Wed Nov 20 2024 11:53:23 for Kea by
1.10.0