[tor-commits] [torspec/master] Fixed a typo in EXTENSIONS field ( Length -> ExtLength )

nickm at torproject.org nickm at torproject.org
Thu Jun 23 13:30:32 UTC 2016


commit 92b465ba910c21853d4524b8684d1079b1ca0dfb
Author: Ivan Markin <twim at riseup.net>
Date:   Thu Jun 23 10:08:54 2016 +0000

    Fixed a typo in EXTENSIONS field ( Length -> ExtLength )
---
 cert-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cert-spec.txt b/cert-spec.txt
index c54fd86..b242022 100644
--- a/cert-spec.txt
+++ b/cert-spec.txt
@@ -55,7 +55,7 @@
          ExtLength [2 bytes]
          ExtType   [1 byte]
          ExtFlags  [1 byte]
-         ExtData   [Length bytes]
+         ExtData   [ExtLength bytes]
 
    The meaning of the ExtData field in an extension is type-dependent.
 



More information about the tor-commits mailing list