浏览代码

Remove a no-longer-relevant comment

Nick Mathewson 14 年之前
父节点
当前提交
445f947890
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/common/crypto.c

+ 0 - 3
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);