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 RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 811 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 Committer: Greg Hudson 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(-)