]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/Include/openssl/opensslconf.h
53dd8c3efbe677cbf46353869d2c8d2fd947e4e3
[mirror_edk2.git] / CryptoPkg / Library / Include / openssl / opensslconf.h
1 /*
2 * WARNING: do not edit!
3 * Generated from include/openssl/opensslconf.h.in
4 *
5 * Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
6 *
7 * Licensed under the OpenSSL license (the "License"). You may not use
8 * this file except in compliance with the License. You can obtain a copy
9 * in the file LICENSE in the source distribution or at
10 * https://www.openssl.org/source/license.html
11 */
12 #include <Library/PcdLib.h>
13 #include <openssl/opensslconf_generated.h>
14
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18
19 /* Autogenerated conditional openssl feature list starts here */
20 #if !FixedPcdGetBool (PcdOpensslEcEnabled)
21 # ifndef OPENSSL_NO_EC
22 # define OPENSSL_NO_EC
23 # endif
24 # ifndef OPENSSL_NO_ECDH
25 # define OPENSSL_NO_ECDH
26 # endif
27 # ifndef OPENSSL_NO_ECDSA
28 # define OPENSSL_NO_ECDSA
29 # endif
30 # ifndef OPENSSL_NO_TLS1_3
31 # define OPENSSL_NO_TLS1_3
32 # endif
33 # ifndef OPENSSL_NO_SM2
34 # define OPENSSL_NO_SM2
35 # endif
36 #endif
37 /* Autogenerated conditional openssl feature list ends here */
38
39 #ifdef __cplusplus
40 }
41 #endif