mdoc fixed from ru@freebsd.org
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9512 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -9,13 +9,10 @@
|
||||
.Nd initialize encryption context
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <krb5.h>
|
||||
|
||||
.Ft krb5_error_code
|
||||
.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"
|
||||
|
||||
.Sh DESCRIPTION
|
||||
These functions are used to initialize an encryption context that can
|
||||
be used to encrypt or checksum data.
|
||||
@@ -33,7 +30,6 @@ with the
|
||||
.Pp
|
||||
.Fn krb5_crypto_destroy
|
||||
frees a previously allocated encrypion context.
|
||||
|
||||
.\" .Sh EXAMPLE
|
||||
.\" .Sh BUGS
|
||||
.Sh SEE ALSO
|
||||
|
Reference in New Issue
Block a user