diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-10-27 15:29:48 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-12-19 14:24:23 -0500 |
| commit | f730fddc59265ee1621ec39f847ea047116a2127 (patch) | |
| tree | 0bcf1af7f7a2342e2928762f3ca9236d6226129d /src/lib/krb5/libkrb5.exports | |
| parent | 5fa526b9db4940a221606f36e25e36ca525a47ab (diff) | |
| download | krb5-f730fddc59265ee1621ec39f847ea047116a2127.tar.gz krb5-f730fddc59265ee1621ec39f847ea047116a2127.tar.xz krb5-f730fddc59265ee1621ec39f847ea047116a2127.zip | |
Rename internal preauth functions
The preauth functions are internal to libkrb5, so use the k5_ prefix,
don't use KRB5_CALLCONV, and prototype them in int-proto.h. Also
remove krb5_do_preauth from the Unix libkrb5 export list.
Reorder the k5_preauth() and k5_preauth_tryagain() arguments for more
consistency with the clpreauth interface, and put the output padata
arguments at the end.
Rename any remaining uses of "kcontext" to "context" in preauth2.c.
Diffstat (limited to 'src/lib/krb5/libkrb5.exports')
| -rw-r--r-- | src/lib/krb5/libkrb5.exports | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/krb5/libkrb5.exports b/src/lib/krb5/libkrb5.exports index 078c02048..eb3eb79c8 100644 --- a/src/lib/krb5/libkrb5.exports +++ b/src/lib/krb5/libkrb5.exports @@ -256,7 +256,6 @@ krb5_decrypt_tkt_part krb5_default_pwd_prompt1 krb5_default_pwd_prompt2 krb5_deltat_to_string -krb5_do_preauth krb5_encode_authdata_container krb5_encode_kdc_rep krb5_encrypt_helper |
