summaryrefslogtreecommitdiffstats
path: root/doc/api/krb5.tex
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-06-06 19:53:25 +0000
committerTheodore Tso <tytso@mit.edu>1996-06-06 19:53:25 +0000
commit83fa52c018db689162744287d2080363258cb056 (patch)
tree076d172a2b07f1fe76ea74af08ef74f82ea06c49 /doc/api/krb5.tex
parent8243ba0c7ab0aa968104a2c11a357cf9b051e732 (diff)
downloadkrb5-83fa52c018db689162744287d2080363258cb056.tar.gz
krb5-83fa52c018db689162744287d2080363258cb056.tar.xz
krb5-83fa52c018db689162744287d2080363258cb056.zip
Update function prototype for krb5_encrypt_tkt_part
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8258 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/krb5.tex')
-rw-r--r--doc/api/krb5.tex10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex
index b0ea1a283e..6cb7f94a5e 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