boringssl/crypto/err
David Benjamin 96396b3aaa Fix cross-module errors.
Some files in crypto/x509 were moved from crypto/asn1, so they emit errors from
another module. Fix make_errors.go to account for this: cross module errors
must use the foreign module as the first argument to OPENSSL_PUT_ERROR. Both
the function code and the error code should be declared in the foreign module.

Update make_errors.go to ignore cross-module error lines when deciding which
function tokens to emit.

Change-Id: Ic38377ddd56e22d033ef91318c30510762f6445d
Reviewed-on: https://boringssl-review.googlesource.com/3383
Reviewed-by: Adam Langley <agl@google.com>
2015-02-11 23:11:55 +00:00
..
asn1.errordata Fix cross-module errors. 2015-02-11 23:11:55 +00:00
bio.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
bn.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
buf.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
cipher.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
conf.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
crypto.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
dh.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
digest.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
dsa.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
ec.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
ecdh.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
ecdsa.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
engine.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
err_data_generate.go Split error string data across multiple lines. 2015-02-10 03:57:12 +00:00
err_data.h Fix cross-module errors. 2015-02-11 23:11:55 +00:00
err_impl.c Remove more bits of ERR_STRING_DATA. 2015-02-10 02:10:46 +00:00
err_test.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
err.c Remove more bits of ERR_STRING_DATA. 2015-02-10 02:10:46 +00:00
evp.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
hkdf.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
obj.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
pem.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
pkcs8.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
rsa.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
ssl.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
x509.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
x509v3.errordata Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00