To: | krb5-bugs@mit.edu |
Subject: | krb5_principal2salt should be marked KRB5_CALLCONV_WRONG |
Date: | Sun, 29 Feb 2004 09:35:03 -0500 (EST) |
From: | hartmans@MIT.EDU (Sam Hartman) |
Looking at a diff of krb5.hin from 1.3 to 1.3.2 I find the following fragment:
Index: krb5.hin
===================================================================
krb5_keytab_entry * );
-#if KRB5_PRIVATE
krb5_error_code krb5_principal2salt
(krb5_context,
No callconv was added and the function seems to be in the windows
export list, so I guess it should be marked callocnv_wrong.