diff --git a/lib/krb5/krb5_create_checksum.3 b/lib/krb5/krb5_create_checksum.3 index 928e1c2c6..4dda9447d 100644 --- a/lib/krb5/krb5_create_checksum.3 +++ b/lib/krb5/krb5_create_checksum.3 @@ -38,7 +38,6 @@ .Nm krb5_checksum , .Nm krb5_checksum_disable , .Nm krb5_checksum_is_collision_proof , -.Nm krb5_checksum_is_disabled , .Nm krb5_checksum_is_keyed , .Nm krb5_checksumsize , .Nm krb5_cksumtype_valid , @@ -67,11 +66,6 @@ Kerberos 5 Library (libkrb5, -lkrb5) .Fa "krb5_cksumtype type" .Fc .Ft krb5_boolean -.Fo krb5_checksum_is_disabled -.Fa "krb5_context context" -.Fa "krb5_cksumtype type" -.Fc -.Ft krb5_boolean .Fo krb5_checksum_is_keyed .Fa "krb5_context context" .Fa "krb5_cksumtype type" @@ -190,8 +184,8 @@ when you want to know the size a checksum will use when you create it. .Pp .Fn krb5_cksumtype_valid -returns 0 or an error if the checksumtype is implemented/valid in this -kerberos library. +returns 0 or an error if the checksumtype is implemented and not +currently disabled in this kerberos library. .Pp .Fn krb5_checksumsize returns the size of the outdata of checksum function. @@ -221,9 +215,6 @@ and keyblock .Fa key . Note that keyusage is not always used in checksums. .Pp -.Nm krb5_checksum_is_disabled -returns non-zero if the checksum type is disabled. -.Pp .Nm krb5_checksum_disable globally disables the checksum type. .\" .Sh EXAMPLE