From 6268aaab7605e3926d39c56a2aed43f514eaae65 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 26 Sep 2006 10:47:32 +0000 Subject: [PATCH] Doc fix. --- lib/ccache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ccache.c b/lib/ccache.c index f07563ef..82129ca3 100644 --- a/lib/ccache.c +++ b/lib/ccache.c @@ -22,7 +22,8 @@ #include "ccache.h" #include -/* See ccache.txt for a description of the file format. */ +/* See ccache.txt for a description of the file format. Currently + this implementation do not support addresses nor auth-data. */ static int get_uint8 (const char **data, size_t * len, uint8_t * i) -- 2.11.4.GIT