summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-11-01 02:47:58 +0000
committerGreg Hudson <ghudson@mit.edu>2009-11-01 02:47:58 +0000
commitcf7386cd665c7988e90d5df2a8a5b36839de481b (patch)
tree69060ba93de33845bb4f3e9b0911ad33731ec68c /src/include
parent22a7e94a6a63d852c63f992fcfcb9e71d5714feb (diff)
downloadkrb5-cf7386cd665c7988e90d5df2a8a5b36839de481b.tar.gz
krb5-cf7386cd665c7988e90d5df2a8a5b36839de481b.tar.xz
krb5-cf7386cd665c7988e90d5df2a8a5b36839de481b.zip
Move the implementations of four deprecated crypto functions to
old_api_glue.c. Move the prototypes of seven deprecated crypto functions to old_api_glue.c instead of k5-int.h, since we don't use those functions internally. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23112 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index c583efd1f6..2bdcbf6bec 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -2574,29 +2574,6 @@ krb5_error_code KRB5_CALLCONV krb5int_clean_hostname
char *,
size_t);
-/* Use the above four instead. */
-krb5_boolean KRB5_CALLCONV valid_enctype
- (krb5_enctype ktype);
-krb5_boolean KRB5_CALLCONV valid_cksumtype
- (krb5_cksumtype ctype);
-krb5_boolean KRB5_CALLCONV is_coll_proof_cksum
- (krb5_cksumtype ctype);
-krb5_boolean KRB5_CALLCONV is_keyed_cksum
- (krb5_cksumtype ctype);
-
-krb5_error_code KRB5_CALLCONV krb5_random_confounder
- (size_t, krb5_pointer);
-
-krb5_error_code krb5_encrypt_data
- (krb5_context context, krb5_keyblock *key,
- krb5_pointer ivec, krb5_data *data,
- krb5_enc_data *enc_data);
-
-krb5_error_code krb5_decrypt_data
- (krb5_context context, krb5_keyblock *key,
- krb5_pointer ivec, krb5_enc_data *data,
- krb5_data *enc_data);
-
krb5_error_code
krb5int_aes_encrypt(krb5_key key, const krb5_data *ivec,
const krb5_data *input, krb5_data *output);