[or-cvs] Include strlcpy and strlcat where not available, so our str...

Nick Mathewson nickm at seul.org
Wed Mar 17 07:28:11 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv26407/doc

Modified Files:
	tor-spec.txt 
Log Message:
Include strlcpy and strlcat where not available, so our string ops can be less error-prone.

Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- tor-spec.txt	4 Mar 2004 04:01:28 -0000	1.50
+++ tor-spec.txt	17 Mar 2004 07:28:09 -0000	1.51
@@ -521,7 +521,7 @@
 KeywordLine begins with a Keyword, optionally followed by a space and more
 non-newline characters, and ends with a newline.  A Keyword is a sequence of
 one or more characters in the set [A-Za-z0-9-].  An Object is a block of
-PGP-encrypted data in Open-PGP-style armor.
+encoded data in pseudo-Open-PGP-style armor. (cf. RFC 2440)
 
 More formally:
 



More information about the tor-commits mailing list