2020-05-15 05:45:40 +02:00
|
|
|
/*
|
|
|
|
* WARNING: do not edit!
|
|
|
|
* Generated from include/openssl/opensslconf.h.in
|
|
|
|
*
|
2021-03-18 14:01:36 +01:00
|
|
|
* Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
|
2020-05-15 05:45:40 +02:00
|
|
|
*
|
|
|
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
|
|
* 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
|
|
|
|
*/
|
2022-04-13 09:02:02 +02:00
|
|
|
#include <Library/PcdLib.h>
|
2022-05-10 09:19:04 +02:00
|
|
|
#include <openssl/opensslconf_generated.h>
|
2020-05-15 05:45:40 +02:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2022-05-10 09:19:04 +02:00
|
|
|
/* Autogenerated conditional openssl feature list starts here */
|
2022-05-10 09:19:06 +02:00
|
|
|
#if !FixedPcdGetBool (PcdOpensslEcEnabled)
|
|
|
|
# ifndef OPENSSL_NO_EC
|
|
|
|
# define OPENSSL_NO_EC
|
|
|
|
# endif
|
|
|
|
# ifndef OPENSSL_NO_ECDH
|
|
|
|
# define OPENSSL_NO_ECDH
|
|
|
|
# endif
|
|
|
|
# ifndef OPENSSL_NO_ECDSA
|
|
|
|
# define OPENSSL_NO_ECDSA
|
|
|
|
# endif
|
|
|
|
# ifndef OPENSSL_NO_TLS1_3
|
|
|
|
# define OPENSSL_NO_TLS1_3
|
|
|
|
# endif
|
|
|
|
# ifndef OPENSSL_NO_SM2
|
|
|
|
# define OPENSSL_NO_SM2
|
|
|
|
# endif
|
|
|
|
#endif
|
2022-05-10 09:19:04 +02:00
|
|
|
/* Autogenerated conditional openssl feature list ends here */
|
2020-05-15 05:45:40 +02:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|