[krbdev.mit.edu #8808] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Remove now-unused checksum functions fb2dada5eb89c4cd4e39dedd6dbb7dbd5e94f8b8 removed all call sites of krb5int_cbc_checksum(), krb5int_confounder_verify(), and krb5int_confounder_checksum(), but neglected the functions themselves. https://github.com/krb5/krb5/commit/2063ff09b384d466c15aca8970c01d074230c815 Author: Robbie Harwood <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 2063ff09b384d466c15aca8970c01d074230c815 Branch: master src/lib/crypto/krb/Makefile.in | 6 - src/lib/crypto/krb/checksum_cbc.c | 41 -------- src/lib/crypto/krb/checksum_confounder.c | 159 ------------------------------ src/lib/crypto/krb/crypto_int.h | 16 --- src/lib/crypto/krb/deps | 26 ----- 5 files changed, 0 insertions(+), 248 deletions(-)