From 28a86465f4d6908b81d5b2797b5c9bbb9c010cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 23 Aug 2003 11:49:38 +0000 Subject: [PATCH] text about when krb5_crypto_get_checksum_type is useful git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12615 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_create_checksum.3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/krb5_create_checksum.3 b/lib/krb5/krb5_create_checksum.3 index 83d5e2c08..8bdb42d1c 100644 --- a/lib/krb5/krb5_create_checksum.3 +++ b/lib/krb5/krb5_create_checksum.3 @@ -100,6 +100,10 @@ hash functions MD5, and SHA1 are not keyed. returns the checksum type that will be used when creating a checksum for the given .Fa crypto context. +This function is useful in combination with +.Fn krb5_checksumsize +when you want to know the size a checksum will +use when you create it. .\" .Sh EXAMPLE .\" .Sh BUGS .Sh SEE ALSO