From 23cf82bd54b637436be362b2758b48a696e89796 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 5 Dec 1998 06:10:35 +0000 Subject: [PATCH] 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11075 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 8 ++++++++ src/include/krb5.hin | 8 ++++---- 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 + + * 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 * 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 -- 2.26.2