summaryrefslogtreecommitdiff
path: root/include/openssl/storeerr.h
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-04-13 23:09:45 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-04-15 10:05:42 +0200
commit9bf475fcf366c386d8757c6c6fd9f9313a0b310a (patch)
tree232dbd3b64fc5a3ec11586a3a3887131b1b68985 /include/openssl/storeerr.h
parentff1f7cdeb159e89ce305422b6e2a7e4002d825ab (diff)
downloadopenssl-new-9bf475fcf366c386d8757c6c6fd9f9313a0b310a.tar.gz
mkerr: remove legacy guards from generated error headers
In pull request #9333, legacy guards were added to the generated error headers, but the mkerr.pl script was not adjusted accordingly. So the legacy guards were removed by subsequent `make update` calls. Fixing the mkerr.pl script properly was disproportionately complicated by the fact that adding legacy guards only made sense for files which already existed in version 1.1.1. To keep things simple, it was decided to drop the legacy guards from the generated headers entirely. Fixes #10569 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11541)
Diffstat (limited to 'include/openssl/storeerr.h')
-rw-r--r--include/openssl/storeerr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/openssl/storeerr.h b/include/openssl/storeerr.h
index cb7304d9e5..ddcce6bfed 100644
--- a/include/openssl/storeerr.h
+++ b/include/openssl/storeerr.h
@@ -12,11 +12,6 @@
# define OPENSSL_STOREERR_H
# pragma once
-# include <openssl/macros.h>
-# ifndef OPENSSL_NO_DEPRECATED_3_0
-# define HEADER_OSSL_STOREERR_H
-# endif
-
# include <openssl/opensslconf.h>
# include <openssl/symhacks.h>