]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add stubs for some removed replay cache functions 1069/head
authorGreg Hudson <ghudson@mit.edu>
Sun, 10 May 2020 16:59:24 +0000 (12:59 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 14 May 2020 00:10:51 +0000 (20:10 -0400)
commit58109348cfa70c44b2b36233c18f9bb02a94cf26
tree13fed0ea550be41384b598814e39a2bd904c17df
parent5975ab86bf0ab791282cf1103b8143cccd1034fd
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.

ticket: 8905 (new)
tags: pullup
target_version: 1.18-next
src/lib/krb5/libkrb5.exports
src/lib/krb5/rcache/rc_base.c