mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Remove a no-longer-relevant comment
This commit is contained in:
parent
9a77ebc794
commit
445f947890
@ -1206,9 +1206,6 @@ crypto_pk_asn1_decode(const char *str, size_t len)
|
|||||||
{
|
{
|
||||||
RSA *rsa;
|
RSA *rsa;
|
||||||
unsigned char *buf;
|
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;
|
const unsigned char *cp;
|
||||||
cp = buf = tor_malloc(len);
|
cp = buf = tor_malloc(len);
|
||||||
memcpy(buf,str,len);
|
memcpy(buf,str,len);
|
||||||
|
Loading…
Reference in New Issue
Block a user