summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5_32.def
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2003-12-19 05:29:32 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2003-12-19 05:29:32 +0000
commit86b1b4c9850e374d67c59b6f88933c26c2412eb1 (patch)
tree6bc6852c6ade78c78a4e55c6cb85a1cc8fe47a1f /src/lib/krb5_32.def
parentfc89820304dc65798949610f898ddc747c7222c3 (diff)
downloadkrb5-86b1b4c9850e374d67c59b6f88933c26c2412eb1.tar.gz
krb5-86b1b4c9850e374d67c59b6f88933c26c2412eb1.tar.xz
krb5-86b1b4c9850e374d67c59b6f88933c26c2412eb1.zip
The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,
and krb5_ser_unpack_int64 are considered private. Therefore, in order for them to be used from within gssapi they must be added to the krb5int_accessor mechanism. This allows us to not publicize their existence via exportation on Windows or MacOSX. ticket: new tags: pullup target_version: 1.3.2 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15941 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5_32.def')
-rw-r--r--src/lib/krb5_32.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/krb5_32.def b/src/lib/krb5_32.def
index 715e7bfec2..58b4390df0 100644
--- a/src/lib/krb5_32.def
+++ b/src/lib/krb5_32.def
@@ -279,8 +279,4 @@ krb5_set_password_using_ccache
krb5_rc_close ; PRIVATE GSSAPI krb5.hin
krb5_free_enc_tkt_part ; PRIVATE GSSAPI krb5.hin
krb5_decrypt_tkt_part ; PRIVATE GSSAPI krb5.hin
- krb5int_c_mandatory_cksumtype ; PRIVATE GSSAPI k5-int.h
- krb5_ser_pack_int64 ; PRIVATE GSSAPI k5-int.h
- krb5_ser_unpack_int64 ; PRIVATE GSSAPI k5-int.h
-
\ No newline at end of file