Last change
on this file since 98929 was 98326, checked in by vboxsync, 2 years ago |
curl-7.87.0: Applied and adjusted our curl changes to 7.83.1. bugref:10356
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | /***************************************************************************
|
---|
2 | * _ _ ____ _
|
---|
3 | * Project ___| | | | _ \| |
|
---|
4 | * / __| | | | |_) | |
|
---|
5 | * | (__| |_| | _ <| |___
|
---|
6 | * \___|\___/|_| \_\_____|
|
---|
7 | *
|
---|
8 | * Copyright (C) 2020 - 2022, Jacob Hoffman-Andrews,
|
---|
9 | * <[email protected]>
|
---|
10 | *
|
---|
11 | * This software is licensed as described in the file COPYING, which
|
---|
12 | * you should have received as part of this distribution. The terms
|
---|
13 | * are also available at https://curl.se/docs/copyright.html.
|
---|
14 | *
|
---|
15 | * You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
---|
16 | * copies of the Software, and permit persons to whom the Software is
|
---|
17 | * furnished to do so, under the terms of the COPYING file.
|
---|
18 | *
|
---|
19 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
---|
20 | * KIND, either express or implied.
|
---|
21 | *
|
---|
22 | * SPDX-License-Identifier: curl
|
---|
23 | *
|
---|
24 | ***************************************************************************/
|
---|
25 | #ifndef HEADER_CURL_RUSTLS_H
|
---|
26 | #define HEADER_CURL_RUSTLS_H
|
---|
27 |
|
---|
28 | #include "curl_setup.h"
|
---|
29 |
|
---|
30 | #ifdef USE_RUSTLS
|
---|
31 |
|
---|
32 | extern const struct Curl_ssl Curl_ssl_rustls;
|
---|
33 |
|
---|
34 | #endif /* USE_RUSTLS */
|
---|
35 | #endif /* HEADER_CURL_RUSTLS_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.