Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit Content-Length: 876 Add stubs for some removed replay cache functions Commit dcb853ac32779b173f39e19c0f24b0087de85771 removed some replay cache functions that haven't been considered part of the libkrb5 API. Some of these functions were used in OpenSSL (despite the lack of prototypes) prior to the OpenSSL 1.1 release. Run-time linker errors can occur if an OpenSSL 1.0.x (or earlier) libssl is used with a 1.18 libkrb5, even though the Kerberos code would likely never be used. Add stubs for the four functions historically used in OpenSSL. https://github.com/krb5/krb5/commit/58109348cfa70c44b2b36233c18f9bb02a94cf26 Author: Greg Hudson Commit: 58109348cfa70c44b2b36233c18f9bb02a94cf26 Branch: master src/lib/krb5/libkrb5.exports | 4 ++++ src/lib/krb5/rcache/rc_base.c | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 0 deletions(-)