]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
squash! Optimize legacy intro point digest calculation.
authorGeorge Kadianakis <desnacked@riseup.net>
Wed, 2 May 2018 11:09:15 +0000 (14:09 +0300)
committerGeorge Kadianakis <desnacked@riseup.net>
Wed, 2 May 2018 11:09:15 +0000 (14:09 +0300)
changes/bug23107

index 70d1856bbdc3c6e270ea7a36f21177c3b3ef3956..55885e10fdadd7c0e85fb255148f8672cfbab945 100644 (file)
@@ -1,6 +1,6 @@
   o Code simplification and refactoring:
     - Put a SHA1 public key digest in hs_service_intro_point_t, and use it in
       register_intro_circ() and service_intro_point_new(). This prevents the
-      digest from being re-calculated each time. Fixes bug 23107. Patch by 
+      digest from being re-calculated each time. Closes ticket 23107. Patch by
       Neel Chauhan.