Handle CT error macros separately
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Oct 2015 02:20:01 +0000 (04:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Oct 2015 21:57:29 +0000 (23:57 +0200)
commitcc79f06c0af2a23cc6f7c01599f484a094b37c3a
treefbe5b86bac0c7dfbca5aa13a2308930778f1f0b1
parent21cd6e006cc1ea9a1ba13c45c6858118e34604f6
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>
Makefile.org
crypto/ct/Makefile
crypto/ct/ct.ec [new file with mode: 0644]
crypto/ct/ct_err.c
crypto/err/openssl.ec