summaryrefslogtreecommitdiff
path: root/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-11 13:51:58 +0100
committerMatt Caswell <matt@openssl.org>2020-09-18 13:30:44 +0100
commitefffd8a6e452102dbf25b1f801c9312211c5fe4a (patch)
treec55927d3804648d2ad8f2af38a7cee371b08f417 /build.info
parent2ca697ce0006efa0a7b3662a1360eea10a56d2ab (diff)
downloadopenssl-new-efffd8a6e452102dbf25b1f801c9312211c5fe4a.tar.gz
Update err.h to use the new lhash generation code
Generate the lhash macros for the ERR_STRING_DATA type Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12860)
Diffstat (limited to 'build.info')
-rw-r--r--build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.info b/build.info
index 8aa668e913..dc239a706d 100644
--- a/build.info
+++ b/build.info
@@ -23,6 +23,7 @@ DEPEND[]=include/openssl/asn1.h \
include/openssl/crmf.h \
include/openssl/crypto.h \
include/openssl/ct.h \
+ include/openssl/err.h \
include/openssl/ess.h \
include/openssl/fipskey.h \
include/openssl/opensslv.h \
@@ -49,6 +50,7 @@ GENERATE[include/openssl/configuration.h]=include/openssl/configuration.h.in
GENERATE[include/openssl/crmf.h]=include/openssl/crmf.h.in
GENERATE[include/openssl/crypto.h]=include/openssl/crypto.h.in
GENERATE[include/openssl/ct.h]=include/openssl/ct.h.in
+GENERATE[include/openssl/err.h]=include/openssl/err.h.in
GENERATE[include/openssl/ess.h]=include/openssl/ess.h.in
GENERATE[include/openssl/fipskey.h]=include/openssl/fipskey.h.in
GENERATE[include/openssl/ocsp.h]=include/openssl/ocsp.h.in