From: Nick Mathewson Date: Mon, 26 Sep 2011 15:41:23 +0000 (-0400) Subject: Remove a no-longer-relevant comment X-Git-Tag: tor-0.2.3.6-alpha~30^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445f94789039bf2d25800741b1ad77c99ab4044d;p=thirdparty%2Ftor.git Remove a no-longer-relevant comment --- diff --git a/src/common/crypto.c b/src/common/crypto.c index c397199725..0076c1d35b 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);