From 5cca9c04e6dc80903652a382cb1e35b2a43f69af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 28 Feb 2006 15:02:37 +0000 Subject: [PATCH] Drop krb5_string_to_key_derived. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16783 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_string_to_key.3 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/krb5/krb5_string_to_key.3 b/lib/krb5/krb5_string_to_key.3 index 8ae7dc529..8fc924878 100644 --- a/lib/krb5/krb5_string_to_key.3 +++ b/lib/krb5/krb5_string_to_key.3 @@ -39,7 +39,6 @@ .Nm krb5_string_to_key_data , .Nm krb5_string_to_key_data_salt , .Nm krb5_string_to_key_data_salt_opaque , -.Nm krb5_string_to_key_derived , .Nm krb5_string_to_key_salt , .Nm krb5_string_to_key_salt_opaque , .Nm krb5_get_pw_salt , @@ -150,14 +149,6 @@ to free the salt when done. .Fn krb5_free_salt frees the content of .Fa salt . -.Pp -.Fn krb5_string_to_key_derived -is deprecated, see the BUGS section below. -.Sh BUGS -.Fn krb5_string_to_key_derived -only works for -.Dv ETYPE_DES3_CBC_SHA1 , -if you use on on some other enctypes, it will produce the wrong result. .Sh SEE ALSO .Xr krb5 3 , .Xr krb5_data 3 ,