From 83fa52c018db689162744287d2080363258cb056 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 6 Jun 1996 19:53:25 +0000 Subject: [PATCH] Update function prototype for krb5_encrypt_tkt_part git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8258 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/ChangeLog | 4 ++++ doc/api/krb5.tex | 10 ++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/api/ChangeLog b/doc/api/ChangeLog index c73539408..0f902ad5d 100644 --- a/doc/api/ChangeLog +++ b/doc/api/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 6 15:50:39 1996 Theodore Y. Ts'o + + * krb5.tex: Update function prototype for krb5_encrypt_tkt_part + Mon Sep 4 21:13:36 1995 Ezra Peisach * libos.tex: Update krb5_lock_file and krb5_unlock_file no longer diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index b0ea1a283..6cb7f94a5 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -618,7 +618,6 @@ argument to \funcname{krb5_get_in_tkt}. \begin{funcdecl}{krb5_encrypt_tkt_part}{krb5_error_code}{\funcinout} \funcarg{krb5_context}{context} \funcin -\funcarg{krb5_encrypt_block *}{eblock} \funcarg{const krb5_keyblock *}{srv_key} \funcinout \funcarg{krb5_ticket *}{dec_ticket} @@ -627,13 +626,12 @@ argument to \funcname{krb5_get_in_tkt}. \internalfunc \begin{sloppypar} -Takes unencrypted \funcparam{dec_ticket} and -\funcparam{dec_ticket{\ptsto}enc_part2}, encrypts with -the encryption system specified by \funcparam{eblock} using +Encrypts the unecrypted part of the ticket found in +\funcparam{dec_ticket{\ptsto}enc_part2} using \funcparam{srv_key}, and places result in \funcparam{dec_ticket{\ptsto}enc_part}. -The string \funcparam{dec_ticket{\ptsto}enc_part} will be allocated -before formatting. +The \funcparam{dec_ticket{\ptsto}enc_part} will be allocated by this +function. \end{sloppypar} Returns errors from encryption routines, system errors -- 2.26.2