summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog8
-rw-r--r--src/include/krb5.hin8
2 files changed, 12 insertions, 4 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 80fc6c49d..e5ddecaca 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,11 @@
+Sat Dec 5 01:08:57 1998 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * krb5.hin: Add KRB5_DLLIMP and KRB5_CALLCONV to the prototypes of
+ valid_enctype, valid_cksumtype, is_coll_proof_cksum, and
+ is_keyed_cksum, which had previously been #defines, but
+ since they are now functions, they needed to be exported
+ by the DLL interface.
+
1998-12-05 Theodore Ts'o <tytso@rsts-11.mit.edu>
* krb5.hin: Move krb4 function prototypes to krb54proto.h
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 9e5b22c90..1233671aa 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -484,13 +484,13 @@ KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
#define KRB5_KEYUSAGE_GSS_TOK_WRAP_PRIV 24
-krb5_boolean KRB5_CALLCONV valid_enctype
+KRB5_DLLIMP krb5_boolean KRB5_CALLCONV valid_enctype
KRB5_PROTOTYPE((krb5_const krb5_enctype ktype));
-krb5_boolean KRB5_CALLCONV valid_cksumtype
+KRB5_DLLIMP krb5_boolean KRB5_CALLCONV valid_cksumtype
KRB5_PROTOTYPE((krb5_const krb5_cksumtype ctype));
-krb5_boolean KRB5_CALLCONV is_coll_proof_cksum
+KRB5_DLLIMP krb5_boolean KRB5_CALLCONV is_coll_proof_cksum
KRB5_PROTOTYPE((krb5_const krb5_cksumtype ctype));
-krb5_boolean KRB5_CALLCONV is_keyed_cksum
+KRB5_DLLIMP krb5_boolean KRB5_CALLCONV is_keyed_cksum
KRB5_PROTOTYPE((krb5_const krb5_cksumtype ctype));
#ifdef KRB5_OLD_CRYPTO