mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
fbe88706a4
Move them to their own source file, so they end up in a separate object file. This allows providers to override their implementation to use the corresponding OSSL_FUNC upcalls without having to reimplement everything from crypto/err/err.c. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17474)
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
err_blocks.c err_mark.c err.c err_all.c err_all_legacy.c err_prn.c
|