From cc79f06c0af2a23cc6f7c01599f484a094b37c3a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 19 Oct 2015 04:20:01 +0200 Subject: 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 , 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 --- crypto/err/openssl.ec | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto/err/openssl.ec') 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 -- cgit v1.2.3