summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-10-19 04:20:01 +0200
committerRichard Levitte <levitte@openssl.org>2015-10-21 23:57:29 +0200
commitcc79f06c0af2a23cc6f7c01599f484a094b37c3a (patch)
treefbe5b86bac0c7dfbca5aa13a2308930778f1f0b1 /Makefile.org
parent21cd6e006cc1ea9a1ba13c45c6858118e34604f6 (diff)
Handle CT error macros separately
Because the default error macro generator assumes the header file with error macros is in include/openssl and therefore generates a C file with error texts that include <openssl/{name}.h>, we need to generate the error macros and texts for CT separately, since the CT module doesn't follow the default criteria. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 5aa721f277..629cdaeffd 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -468,6 +468,7 @@ errors:
$(PERL) util/ck_errf.pl -strict */*.c */*/*.c
$(PERL) util/mkerr.pl -recurse -write
(cd engines; $(MAKE) PERL=$(PERL) errors)
+ (cd crypto/ct; $(MAKE) PERL=$(PERL) errors)
stacks:
$(PERL) util/mkstack.pl -write