Update function prototype for krb5_encrypt_tkt_part
authorTheodore Tso <tytso@mit.edu>
Thu, 6 Jun 1996 19:53:25 +0000 (19:53 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 6 Jun 1996 19:53:25 +0000 (19:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8258 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/ChangeLog
doc/api/krb5.tex

index c73539408d86720512d024895adf8944f920ab25..0f902ad5d4195b65dbd1c4096bd6d64415f4f648 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jun  6 15:50:39 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * krb5.tex: Update function prototype for krb5_encrypt_tkt_part
+
 Mon Sep  4 21:13:36 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * libos.tex: Update krb5_lock_file and krb5_unlock_file no longer
index b0ea1a283ecd8ad5a279deedb0cebd8934a300f1..6cb7f94a5ede882f678441f44fd931dc135fdfc2 100644 (file)
@@ -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