projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00db8c6
)
include/openssl/opensslconf.h.in: remove spurious HEADER_FILE_H definition
author
Richard Levitte
<levitte@openssl.org>
Tue, 5 Nov 2019 16:35:12 +0000
(17:35 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 7 Nov 2019 10:37:25 +0000
(11:37 +0100)
This macro was never defined in existing releases, there's no reason
for us to create a macro that we immediately deprecate.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10364)
include/openssl/opensslconf.h.in
patch
|
blob
|
history
diff --git
a/include/openssl/opensslconf.h.in
b/include/openssl/opensslconf.h.in
index c3448338a2c83da3d32b65be7e84dbc452d45353..c0ef3ddcff6591111e89e5d9a0c1d5d376a0e330 100644
(file)
--- a/
include/openssl/opensslconf.h.in
+++ b/
include/openssl/opensslconf.h.in
@@
-66,8
+66,5
@@
extern "C" {
# endif
# include <openssl/macros.h>
-# if !OPENSSL_API_3
-# define HEADER_FILE_H /* deprecated in version 3.0 */
-# endif
#endif /* OPENSSL_OPENSSLCONF_H */