[tor-commits] [tor/master] Use correct name for authtype 3 in a comment.
nickm at torproject.org
nickm at torproject.org
Wed Sep 20 19:46:25 UTC 2017
commit ac8e26a41592e5a87a5613cfbeb4c5d975835e4d
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Sep 20 15:46:21 2017 -0400
Use correct name for authtype 3 in a comment.
---
src/or/or.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/or.h b/src/or/or.h
index c23054c3b..c92414556 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1418,7 +1418,7 @@ typedef struct listener_connection_t {
* session as described in RFC 5705.
*
* Not used by today's tors, since everything that supports this
- * also supports ED25519_SHA3_5705, which is better.
+ * also supports ED25519_SHA256_5705, which is better.
**/
#define AUTHTYPE_RSA_SHA256_RFC5705 2
/** As AUTHTYPE_RSA_SHA256_RFC5705, but uses an Ed25519 identity key to
More information about the tor-commits
mailing list