summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/krb5.hin10
2 files changed, 15 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 25509b2fcc..c8cbbfb8d6 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-05 Ken Raeburn <raeburn@mit.edu>
+
+ * krb5.hin (krb5_c_valid_enctype, krb5_c_valid_cksumtype,
+ krb5_c_is_coll_proof_cksum, krb5_c_is_keyed_cksum): Declare.
+
2002-04-02 Tom Yu <tlyu@mit.edu>
* krb5.hin: Default to KRB5_DEPRECATED=1, allowing compiler
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 656ec85eca..523cb44918 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -523,7 +523,17 @@ krb5_error_code KRB5_CALLCONV
#define KRB5_KEYUSAGE_GSS_TOK_WRAP_INTEG 23
#define KRB5_KEYUSAGE_GSS_TOK_WRAP_PRIV 24
+krb5_boolean KRB5_CALLCONV krb5_c_valid_enctype
+ (krb5_enctype ktype);
+krb5_boolean KRB5_CALLCONV krb5_c_valid_cksumtype
+ (krb5_cksumtype ctype);
+krb5_boolean KRB5_CALLCONV krb5_c_is_coll_proof_cksum
+ (krb5_cksumtype ctype);
+krb5_boolean KRB5_CALLCONV krb5_c_is_keyed_cksum
+ (krb5_cksumtype ctype);
+
#if KRB5_PRIVATE
+/* Use the above four instead. */
krb5_boolean KRB5_CALLCONV valid_enctype
(krb5_enctype ktype);
krb5_boolean KRB5_CALLCONV valid_cksumtype