Skip to content

Commit 13c333e

Browse files
danbevRafaelGSS
authored andcommitted
Revert "deps: add template for generated headers"
This reverts commit 7fae2c9. Refs: #42976 PR-URL: #42978 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 46a44b3 commit 13c333e

File tree

197 files changed

+16084
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+16084
-99
lines changed

deps/openssl/config/arch_include.h.tmpl

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/* WARNING: do not edit! */
2+
/* Generated by Makefile from include/crypto/bn_conf.h.in */
3+
/*
4+
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
5+
*
6+
* Licensed under the OpenSSL license (the "License"). You may not use
7+
* this file except in compliance with the License. You can obtain a copy
8+
* in the file LICENSE in the source distribution or at
9+
* https://www.openssl.org/source/license.html
10+
*/
11+
12+
#ifndef OSSL_CRYPTO_BN_CONF_H
13+
# define OSSL_CRYPTO_BN_CONF_H
14+
15+
/*
16+
* The contents of this file are not used in the UEFI build, as
17+
* both 32-bit and 64-bit builds are supported from a single run
18+
* of the Configure script.
19+
*/
20+
21+
/* Should we define BN_DIV2W here? */
22+
23+
/* Only one for the following should be defined */
24+
#undef SIXTY_FOUR_BIT_LONG
25+
#undef SIXTY_FOUR_BIT
26+
#define THIRTY_TWO_BIT
27+
28+
#endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* WARNING: do not edit! */
2+
/* Generated by Makefile from include/crypto/dso_conf.h.in */
3+
/*
4+
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
5+
*
6+
* Licensed under the OpenSSL license (the "License"). You may not use
7+
* this file except in compliance with the License. You can obtain a copy
8+
* in the file LICENSE in the source distribution or at
9+
* https://www.openssl.org/source/license.html
10+
*/
11+
12+
#ifndef OSSL_CRYPTO_DSO_CONF_H
13+
# define OSSL_CRYPTO_DSO_CONF_H
14+
# define DSO_DLFCN
15+
# define HAVE_DLFCN_H
16+
# define DSO_EXTENSION ".so"
17+
#endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
/*
2+
* WARNING: do not edit!
3+
* Generated by Makefile 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+
13+
#include <openssl/opensslv.h>
14+
15+
#ifdef __cplusplus
16+
extern "C" {
17+
#endif
18+
19+
#ifdef OPENSSL_ALGORITHM_DEFINES
20+
# error OPENSSL_ALGORITHM_DEFINES no longer supported
21+
#endif
22+
23+
/*
24+
* OpenSSL was configured with the following options:
25+
*/
26+
27+
#ifndef OPENSSL_NO_COMP
28+
# define OPENSSL_NO_COMP
29+
#endif
30+
#ifndef OPENSSL_NO_MD2
31+
# define OPENSSL_NO_MD2
32+
#endif
33+
#ifndef OPENSSL_NO_RC5
34+
# define OPENSSL_NO_RC5
35+
#endif
36+
#ifndef OPENSSL_THREADS
37+
# define OPENSSL_THREADS
38+
#endif
39+
#ifndef OPENSSL_RAND_SEED_OS
40+
# define OPENSSL_RAND_SEED_OS
41+
#endif
42+
#ifndef OPENSSL_NO_AFALGENG
43+
# define OPENSSL_NO_AFALGENG
44+
#endif
45+
#ifndef OPENSSL_NO_ASAN
46+
# define OPENSSL_NO_ASAN
47+
#endif
48+
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
49+
# define OPENSSL_NO_CRYPTO_MDEBUG
50+
#endif
51+
#ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
52+
# define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
53+
#endif
54+
#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
55+
# define OPENSSL_NO_EC_NISTP_64_GCC_128
56+
#endif
57+
#ifndef OPENSSL_NO_EGD
58+
# define OPENSSL_NO_EGD
59+
#endif
60+
#ifndef OPENSSL_NO_EXTERNAL_TESTS
61+
# define OPENSSL_NO_EXTERNAL_TESTS
62+
#endif
63+
#ifndef OPENSSL_NO_FUZZ_AFL
64+
# define OPENSSL_NO_FUZZ_AFL
65+
#endif
66+
#ifndef OPENSSL_NO_FUZZ_LIBFUZZER
67+
# define OPENSSL_NO_FUZZ_LIBFUZZER
68+
#endif
69+
#ifndef OPENSSL_NO_HEARTBEATS
70+
# define OPENSSL_NO_HEARTBEATS
71+
#endif
72+
#ifndef OPENSSL_NO_MSAN
73+
# define OPENSSL_NO_MSAN
74+
#endif
75+
#ifndef OPENSSL_NO_SCTP
76+
# define OPENSSL_NO_SCTP
77+
#endif
78+
#ifndef OPENSSL_NO_SSL3
79+
# define OPENSSL_NO_SSL3
80+
#endif
81+
#ifndef OPENSSL_NO_SSL3_METHOD
82+
# define OPENSSL_NO_SSL3_METHOD
83+
#endif
84+
#ifndef OPENSSL_NO_UBSAN
85+
# define OPENSSL_NO_UBSAN
86+
#endif
87+
#ifndef OPENSSL_NO_UNIT_TEST
88+
# define OPENSSL_NO_UNIT_TEST
89+
#endif
90+
#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
91+
# define OPENSSL_NO_WEAK_SSL_CIPHERS
92+
#endif
93+
#ifndef OPENSSL_NO_DYNAMIC_ENGINE
94+
# define OPENSSL_NO_DYNAMIC_ENGINE
95+
#endif
96+
97+
98+
/*
99+
* Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers
100+
* don't like that. This will hopefully silence them.
101+
*/
102+
#define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;
103+
104+
/*
105+
* Applications should use -DOPENSSL_API_COMPAT=<version> to suppress the
106+
* declarations of functions deprecated in or before <version>. Otherwise, they
107+
* still won't see them if the library has been built to disable deprecated
108+
* functions.
109+
*/
110+
#ifndef DECLARE_DEPRECATED
111+
# define DECLARE_DEPRECATED(f) f;
112+
# ifdef __GNUC__
113+
# if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 0)
114+
# undef DECLARE_DEPRECATED
115+
# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
116+
# endif
117+
# elif defined(__SUNPRO_C)
118+
# if (__SUNPRO_C >= 0x5130)
119+
# undef DECLARE_DEPRECATED
120+
# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
121+
# endif
122+
# endif
123+
#endif
124+
125+
#ifndef OPENSSL_FILE
126+
# ifdef OPENSSL_NO_FILENAMES
127+
# define OPENSSL_FILE ""
128+
# define OPENSSL_LINE 0
129+
# else
130+
# define OPENSSL_FILE __FILE__
131+
# define OPENSSL_LINE __LINE__
132+
# endif
133+
#endif
134+
135+
#ifndef OPENSSL_MIN_API
136+
# define OPENSSL_MIN_API 0
137+
#endif
138+
139+
#if !defined(OPENSSL_API_COMPAT) || OPENSSL_API_COMPAT < OPENSSL_MIN_API
140+
# undef OPENSSL_API_COMPAT
141+
# define OPENSSL_API_COMPAT OPENSSL_MIN_API
142+
#endif
143+
144+
/*
145+
* Do not deprecate things to be deprecated in version 1.2.0 before the
146+
* OpenSSL version number matches.
147+
*/
148+
#if OPENSSL_VERSION_NUMBER < 0x10200000L
149+
# define DEPRECATEDIN_1_2_0(f) f;
150+
#elif OPENSSL_API_COMPAT < 0x10200000L
151+
# define DEPRECATEDIN_1_2_0(f) DECLARE_DEPRECATED(f)
152+
#else
153+
# define DEPRECATEDIN_1_2_0(f)
154+
#endif
155+
156+
#if OPENSSL_API_COMPAT < 0x10100000L
157+
# define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f)
158+
#else
159+
# define DEPRECATEDIN_1_1_0(f)
160+
#endif
161+
162+
#if OPENSSL_API_COMPAT < 0x10000000L
163+
# define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f)
164+
#else
165+
# define DEPRECATEDIN_1_0_0(f)
166+
#endif
167+
168+
#if OPENSSL_API_COMPAT < 0x00908000L
169+
# define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f)
170+
#else
171+
# define DEPRECATEDIN_0_9_8(f)
172+
#endif
173+
174+
/* Generate 80386 code? */
175+
#undef I386_ONLY
176+
177+
#undef OPENSSL_UNISTD
178+
#define OPENSSL_UNISTD <unistd.h>
179+
180+
#undef OPENSSL_EXPORT_VAR_AS_FUNCTION
181+
182+
/*
183+
* The following are cipher-specific, but are part of the public API.
184+
*/
185+
#if !defined(OPENSSL_SYS_UEFI)
186+
# define BN_LLONG
187+
/* Only one for the following should be defined */
188+
# undef SIXTY_FOUR_BIT_LONG
189+
# undef SIXTY_FOUR_BIT
190+
# define THIRTY_TWO_BIT
191+
#endif
192+
193+
#define RC4_INT unsigned int
194+
195+
#ifdef __cplusplus
196+
}
197+
#endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/* WARNING: do not edit! */
2+
/* Generated by Makefile from include/crypto/bn_conf.h.in */
3+
/*
4+
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
5+
*
6+
* Licensed under the OpenSSL license (the "License"). You may not use
7+
* this file except in compliance with the License. You can obtain a copy
8+
* in the file LICENSE in the source distribution or at
9+
* https://www.openssl.org/source/license.html
10+
*/
11+
12+
#ifndef OSSL_CRYPTO_BN_CONF_H
13+
# define OSSL_CRYPTO_BN_CONF_H
14+
15+
/*
16+
* The contents of this file are not used in the UEFI build, as
17+
* both 32-bit and 64-bit builds are supported from a single run
18+
* of the Configure script.
19+
*/
20+
21+
/* Should we define BN_DIV2W here? */
22+
23+
/* Only one for the following should be defined */
24+
#undef SIXTY_FOUR_BIT_LONG
25+
#undef SIXTY_FOUR_BIT
26+
#define THIRTY_TWO_BIT
27+
28+
#endif
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* WARNING: do not edit! */
2+
/* Generated by Makefile from include/crypto/dso_conf.h.in */
3+
/*
4+
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
5+
*
6+
* Licensed under the OpenSSL license (the "License"). You may not use
7+
* this file except in compliance with the License. You can obtain a copy
8+
* in the file LICENSE in the source distribution or at
9+
* https://www.openssl.org/source/license.html
10+
*/
11+
12+
#ifndef OSSL_CRYPTO_DSO_CONF_H
13+
# define OSSL_CRYPTO_DSO_CONF_H
14+
# define DSO_DLFCN
15+
# define HAVE_DLFCN_H
16+
# define DSO_EXTENSION ".so"
17+
#endif

0 commit comments

Comments
 (0)