Add {lib}_R_{lib}_LIB, for our engines and other "external" modules
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Sep 2022 13:33:20 +0000 (15:33 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 5 Oct 2022 12:02:03 +0000 (14:02 +0200)
commit79c8dcf3985a7b75eac8e53eb8652728af6c5d3d
tree9bdbc3d39d7165024fbc22971ccc9713e86ca544
parente077455e9e57ed4ee4676996b4a9aa11df6327a6
Add {lib}_R_{lib}_LIB, for our engines and other "external" modules

Engines lacked the possibility to refer to themselves in this form:

    WHATEVERerr(WHATEVER_F_SOMETHING, WHATEVER_R_WHATEVER_LIB);

This little change makes that possible, and gets used in e_capi.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19301)
engines/e_capi_err.c
engines/e_capi_err.h
util/mkerr.pl