Date: | Mon, 8 Mar 2004 03:36:08 -0500 (EST) |
From: | Ezra Peisach <epeisach@MIT.EDU> |
To: | krb5-bugs@MIT.EDU |
Subject: | krb5_change_set_password should either have prototype of be declared static |
In lib/krb5/os/changepw, krb5_change_set_password was added.
This looks and smells like an internal handler for krb5_set_password and
krb5_change_password.
krb5_change_set_password is not exported under windows...
It is not used in the tree...
It should probably be declared static... - eventhough it has a
KRB5_CALLCONV in it's declaration...
Ezra