Procházet zdrojové kódy

squash! Optimize legacy intro point digest calculation.

George Kadianakis před 6 roky
rodič
revize
0c346bdd68
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      changes/bug23107

+ 1 - 1
changes/bug23107

@@ -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.