]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a no-longer-relevant comment
authorNick Mathewson <nickm@torproject.org>
Mon, 26 Sep 2011 15:41:23 +0000 (11:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Oct 2011 03:14:17 +0000 (23:14 -0400)
src/common/crypto.c

index c397199725685a6e7aa427efe6646f9df3d0319c..0076c1d35b7750ee009d29c4303c20de6793fdba 100644 (file)
@@ -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);