mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r12898@catbus: nickm | 2007-05-22 13:11:04 -0400
More v3 directory code: have authorities load certificates; have everybody store certificates to disk and load them; provide a way to configure v3 authorities. svn:r10293
This commit is contained in:
+2
-2
@@ -1381,8 +1381,8 @@ append_bytes_to_file(const char *fname, const char *str, size_t len,
|
||||
/** Read the contents of <b>filename</b> into a newly allocated
|
||||
* string; return the string on success or NULL on failure.
|
||||
*
|
||||
* If <b>size_out</b> is provided, store the length of the result in
|
||||
* <b>size_out</b>.
|
||||
* If <b>stat_out</b> is provided, store the result of stat()ing the
|
||||
* file into <b>stat_out</b>.
|
||||
*
|
||||
* If <b>flags</b> & RFTS_BIN, open the file in binary mode.
|
||||
* If <b>flags</b> & RFTS_IGNORE_MISSING, don't warn if the file
|
||||
|
||||
Reference in New Issue
Block a user