[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Remove a no-longer-relevant comment



commit 445f94789039bf2d25800741b1ad77c99ab4044d
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Mon Sep 26 11:41:23 2011 -0400

    Remove a no-longer-relevant comment
---
 src/common/crypto.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/common/crypto.c b/src/common/crypto.c
index c397199..0076c1d 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -1206,9 +1206,6 @@ crypto_pk_asn1_decode(const char *str, size_t len)
 {
   RSA *rsa;
   unsigned char *buf;
-  /* This ifdef suppresses a type warning.  Take out the first case once
-   * everybody is using OpenSSL 0.9.7 or later.
-   */
   const unsigned char *cp;
   cp = buf = tor_malloc(len);
   memcpy(buf,str,len);



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits