Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/configuration.h
$ cat -n /usr/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/configuration.h 1 /* 2 * WARNING: do not edit! 3 * Generated by makefile from include/openssl/configuration.h.in 4 * 5 * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. 6 * 7 * Licensed under the Apache License 2.0 (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 13 #ifndef OPENSSL_CONFIGURATION_H 14 # define OPENSSL_CONFIGURATION_H 15 # pragma once 16 17 # ifdef __cplusplus 18 extern "C" { 19 # endif 20 21 # ifdef OPENSSL_ALGORITHM_DEFINES 22 # error OPENSSL_ALGORITHM_DEFINES no longer supported 23 # endif 24 25 /* 26 * OpenSSL was configured with the following options: 27 */ 28 29 # ifndef OPENSSL_SYS_WIN32 30 # define OPENSSL_SYS_WIN32 1 31 # endif 32 # define OPENSSL_CONFIGURED_API 30500 33 # ifndef OPENSSL_RAND_SEED_OS 34 # define OPENSSL_RAND_SEED_OS 35 # endif 36 # ifndef OPENSSL_THREADS 37 # define OPENSSL_THREADS 38 # endif 39 # ifndef OPENSSL_NO_AFALGENG 40 # define OPENSSL_NO_AFALGENG 41 # endif 42 # ifndef OPENSSL_NO_ASAN 43 # define OPENSSL_NO_ASAN 44 # endif 45 # ifndef OPENSSL_NO_ASM 46 # define OPENSSL_NO_ASM 47 # endif 48 # ifndef OPENSSL_NO_BROTLI 49 # define OPENSSL_NO_BROTLI 50 # endif 51 # ifndef OPENSSL_NO_BROTLI_DYNAMIC 52 # define OPENSSL_NO_BROTLI_DYNAMIC 53 # endif 54 # ifndef OPENSSL_NO_COMP 55 # define OPENSSL_NO_COMP 56 # endif 57 # ifndef OPENSSL_NO_CRYPTO_MDEBUG 58 # define OPENSSL_NO_CRYPTO_MDEBUG 59 # endif 60 # ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE 61 # define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE 62 # endif 63 # ifndef OPENSSL_NO_DEMOS 64 # define OPENSSL_NO_DEMOS 65 # endif 66 # ifndef OPENSSL_NO_DEVCRYPTOENG 67 # define OPENSSL_NO_DEVCRYPTOENG 68 # endif 69 # ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 70 # define OPENSSL_NO_EC_NISTP_64_GCC_128 71 # endif 72 # ifndef OPENSSL_NO_EGD 73 # define OPENSSL_NO_EGD 74 # endif 75 # ifndef OPENSSL_NO_EXTERNAL_TESTS 76 # define OPENSSL_NO_EXTERNAL_TESTS 77 # endif 78 # ifndef OPENSSL_NO_FIPS_JITTER 79 # define OPENSSL_NO_FIPS_JITTER 80 # endif 81 # ifndef OPENSSL_NO_FUZZ_AFL 82 # define OPENSSL_NO_FUZZ_AFL 83 # endif 84 # ifndef OPENSSL_NO_FUZZ_LIBFUZZER 85 # define OPENSSL_NO_FUZZ_LIBFUZZER 86 # endif 87 # ifndef OPENSSL_NO_H3DEMO 88 # define OPENSSL_NO_H3DEMO 89 # endif 90 # ifndef OPENSSL_NO_HQINTEROP 91 # define OPENSSL_NO_HQINTEROP 92 # endif 93 # ifndef OPENSSL_NO_JITTER 94 # define OPENSSL_NO_JITTER 95 # endif 96 # ifndef OPENSSL_NO_KTLS 97 # define OPENSSL_NO_KTLS 98 # endif 99 # ifndef OPENSSL_NO_LOADERENG 100 # define OPENSSL_NO_LOADERENG 101 # endif 102 # ifndef OPENSSL_NO_MD2 103 # define OPENSSL_NO_MD2 104 # endif 105 # ifndef OPENSSL_NO_MSAN 106 # define OPENSSL_NO_MSAN 107 # endif 108 # ifndef OPENSSL_NO_PIE 109 # define OPENSSL_NO_PIE 110 # endif 111 # ifndef OPENSSL_NO_RC5 112 # define OPENSSL_NO_RC5 113 # endif 114 # ifndef OPENSSL_NO_SCTP 115 # define OPENSSL_NO_SCTP 116 # endif 117 # ifndef OPENSSL_NO_SSL3 118 # define OPENSSL_NO_SSL3 119 # endif 120 # ifndef OPENSSL_NO_SSL3_METHOD 121 # define OPENSSL_NO_SSL3_METHOD 122 # endif 123 # ifndef OPENSSL_NO_SSLKEYLOG 124 # define OPENSSL_NO_SSLKEYLOG 125 # endif 126 # ifndef OPENSSL_NO_TFO 127 # define OPENSSL_NO_TFO 128 # endif 129 # ifndef OPENSSL_NO_TRACE 130 # define OPENSSL_NO_TRACE 131 # endif 132 # ifndef OPENSSL_NO_UBSAN 133 # define OPENSSL_NO_UBSAN 134 # endif 135 # ifndef OPENSSL_NO_UNIT_TEST 136 # define OPENSSL_NO_UNIT_TEST 137 # endif 138 # ifndef OPENSSL_NO_UPLINK 139 # define OPENSSL_NO_UPLINK 140 # endif 141 # ifndef OPENSSL_NO_WEAK_SSL_CIPHERS 142 # define OPENSSL_NO_WEAK_SSL_CIPHERS 143 # endif 144 # ifndef OPENSSL_NO_ZLIB 145 # define OPENSSL_NO_ZLIB 146 # endif 147 # ifndef OPENSSL_NO_ZLIB_DYNAMIC 148 # define OPENSSL_NO_ZLIB_DYNAMIC 149 # endif 150 # ifndef OPENSSL_NO_ZSTD 151 # define OPENSSL_NO_ZSTD 152 # endif 153 # ifndef OPENSSL_NO_ZSTD_DYNAMIC 154 # define OPENSSL_NO_ZSTD_DYNAMIC 155 # endif 156 # ifndef OPENSSL_NO_DYNAMIC_ENGINE 157 # define OPENSSL_NO_DYNAMIC_ENGINE 158 # endif 159 160 161 /* Generate 80386 code? */ 162 # undef I386_ONLY 163 164 /* 165 * The following are cipher-specific, but are part of the public API. 166 */ 167 # if !defined(OPENSSL_SYS_UEFI) 168 # define BN_LLONG 169 /* Only one for the following should be defined */ 170 # undef SIXTY_FOUR_BIT_LONG 171 # undef SIXTY_FOUR_BIT 172 # define THIRTY_TWO_BIT 173 # endif 174 175 # define RC4_INT unsigned int 176 177 # if defined(OPENSSL_NO_COMP) || (defined(OPENSSL_NO_BROTLI) && defined(OPENSSL_NO_ZSTD) && defined(OPENSSL_NO_ZLIB)) 178 # define OPENSSL_NO_COMP_ALG 179 # else 180 # undef OPENSSL_NO_COMP_ALG 181 # endif 182 183 # ifdef __cplusplus 184 } 185 # endif 186 187 #endif /* OPENSSL_CONFIGURATION_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2026 MyWebUniversity.com ™