diff --git a/lib/krb5/krb5_crypto_init.3 b/lib/krb5/krb5_crypto_init.3 index 3fa5370d0..7c879e562 100644 --- a/lib/krb5/krb5_crypto_init.3 +++ b/lib/krb5/krb5_crypto_init.3 @@ -35,8 +35,6 @@ .Dt NAME 3 .Os HEIMDAL .Sh NAME -.NM krb5_enctype_to_string , -.NM krb5_string_to_enctype , .Nm krb5_crypto_destroy , .Nm krb5_crypto_init .Nd encryption support in krb5 @@ -48,10 +46,6 @@ Kerberos 5 Library (libkrb5, -lkrb5) .Fn krb5_crypto_init "krb5_context context" "krb5_keyblock *key" "krb5_enctype enctype" "krb5_crypto *crypto" .Ft krb5_error_code .Fn krb5_crypto_destroy "krb5_context context" "krb5_crypto crypto" -.Ft krb5_error_code -.Fn krb5_string_to_enctype "krb5_context context" "const char *string" "krb5_enctype *etype" -.Ft krb5_error_code -.Fn krb5_enctype_to_string "krb5_context context" "krb5_enctype etype" "char **string" .Sh DESCRIPTION Heimdal exports parts of the Kerberos crypto interface for applications. .Pp @@ -66,15 +60,6 @@ with the .Fa enctype parameter . This can be useful for encryptions types which is compatiable (DES for example). -.Pp -.Fn krb5_enctype_to_string -converts a encryption type number to a string that can be printable -and stored. The strings returned should be freed with -.Xr free 3 . -.Pp -.Fn krb5_string_to_enctype -converts a encryption type strings to a encryption type number that -can use used for other Kerberos crypto functions. .\" .Sh EXAMPLE .\" .Sh BUGS .Sh SEE ALSO