From a0d2f0185b8f9a1ed66bd9ac34dc342297477f76 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 5 Sep 1990 11:03:41 +0000 Subject: [PATCH] allow null rcache to rd_req & friends git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1077 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/krb5.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index a53b3f4a1..0700002d5 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -462,7 +462,8 @@ Parses a KRB_AP_REQ message, returning its contents. in the ticket. \funcparam{rcache} specifies a replay detection cache used to store -authenticators and server names. +authenticators and server names. If \funcparam{rcache} is NULL, then no +replay detection is performed. \funcparam{keyproc} specifies a procedure to generate a decryption key for the ticket. If \funcparam{keyproc} is non-NULL, \funcparam{keyprocarg} is -- 2.26.2