2019-02-26 03:21:12 -05:00
|
|
|
#ifndef HEADER_CURL_SECTRANSP_H
|
|
|
|
#define HEADER_CURL_SECTRANSP_H
|
2012-06-26 08:01:51 -04:00
|
|
|
/***************************************************************************
|
|
|
|
* _ _ ____ _
|
|
|
|
* Project ___| | | | _ \| |
|
|
|
|
* / __| | | | |_) | |
|
|
|
|
* | (__| |_| | _ <| |___
|
|
|
|
* \___|\___/|_| \_\_____|
|
|
|
|
*
|
2014-06-03 14:04:46 -04:00
|
|
|
* Copyright (C) 2012 - 2014, Nick Zitzmann, <nickzman@gmail.com>.
|
2019-02-26 03:21:12 -05:00
|
|
|
* Copyright (C) 2012 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
2012-06-26 08:01:51 -04:00
|
|
|
*
|
|
|
|
* This software is licensed as described in the file COPYING, which
|
|
|
|
* you should have received as part of this distribution. The terms
|
2016-02-02 18:19:02 -05:00
|
|
|
* are also available at https://curl.haxx.se/docs/copyright.html.
|
2012-06-26 08:01:51 -04:00
|
|
|
*
|
|
|
|
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
|
|
|
* copies of the Software, and permit persons to whom the Software is
|
|
|
|
* furnished to do so, under the terms of the COPYING file.
|
|
|
|
*
|
|
|
|
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
* KIND, either express or implied.
|
|
|
|
*
|
|
|
|
***************************************************************************/
|
2013-01-06 13:06:49 -05:00
|
|
|
#include "curl_setup.h"
|
2012-06-26 08:01:51 -04:00
|
|
|
|
2019-02-26 03:21:12 -05:00
|
|
|
#ifdef USE_SECTRANSP
|
2012-06-26 08:01:51 -04:00
|
|
|
|
2019-02-26 03:21:12 -05:00
|
|
|
extern const struct Curl_ssl Curl_ssl_sectransp;
|
2017-06-22 10:45:34 -04:00
|
|
|
|
2019-02-26 03:21:12 -05:00
|
|
|
#endif /* USE_SECTRANSP */
|
|
|
|
#endif /* HEADER_CURL_SECTRANSP_H */
|