]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Use correct name for authtype 3 in a comment.
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Sep 2017 19:46:21 +0000 (15:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Sep 2017 19:46:21 +0000 (15:46 -0400)
src/or/or.h

index c23054c3b79b13dd66dae05cc349cf5b374bdeea..c92414556843cfca12ef8ad9b72b2fa703bbbf3a 100644 (file)
@@ -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