Explorar el Código

Credit the patch

Nick Mathewson hace 8 años
padre
commit
928380e231
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      changes/bug18258

+ 2 - 1
changes/bug18258

@@ -1,7 +1,8 @@
   o Code simplification and refactoring:
   o Code simplification and refactoring:
     - Remove specialized code for non-inplace AES_CTR.  99% of our AES
     - Remove specialized code for non-inplace AES_CTR.  99% of our AES
       is inplace, so there's no need to have a separate implementation
       is inplace, so there's no need to have a separate implementation
-      for the non-inplace code. Closes ticket 18258.
+      for the non-inplace code. Closes ticket 18258. Patch from
+      Malek.
 
 
   o New requirements:
   o New requirements:
     - Tor no longer supports versions of OpenSSL with a broken
     - Tor no longer supports versions of OpenSSL with a broken