summaryrefslogtreecommitdiffstats
path: root/crypto/err/openssl.ec
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 /crypto/err/openssl.ec
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 'crypto/err/openssl.ec')
-rw-r--r--crypto/err/openssl.ec1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec
index 08b0c0ba29..8a10b80b04 100644
--- a/crypto/err/openssl.ec
+++ b/crypto/err/openssl.ec
@@ -36,7 +36,6 @@ L HMAC include/openssl/hmac.h crypto/hmac/hmac_err.c
L CMS include/openssl/cms.h crypto/cms/cms_err.c
L JPAKE include/openssl/jpake.h crypto/jpake/jpake_err.c
L FIPS include/openssl/fips.h crypto/fips_err.h
-L CT crypto/ct/ct_locl.h crypto/ct/ct_err.c
# additional header files to be scanned for function names
L NONE crypto/x509/x509_vfy.h NONE