2018-03-31 02:19:56 +08:00
|
|
|
/*
|
2021-04-08 20:04:41 +08:00
|
|
|
* Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
|
2018-03-31 02:19:56 +08:00
|
|
|
*
|
2018-12-06 20:34:05 +08:00
|
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
2018-03-31 02:19:56 +08:00
|
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
|
|
* in the file LICENSE in the source distribution or at
|
|
|
|
* https://www.openssl.org/source/license.html
|
|
|
|
*/
|
|
|
|
|
2021-05-26 00:57:06 +08:00
|
|
|
#include <openssl/conftypes.h>
|
2021-03-09 09:36:36 +08:00
|
|
|
void ossl_config_add_ssl_module(void);
|