mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
c660a0f6a2
possible. Cache at the server side independently from the TTL, to prevent attackers from probing the server to see who has been asking for what hostnames. (Hi, Dan Kaminski!) Also, clean some whitespace. svn:r6526
7 lines
112 B
C
7 lines
112 B
C
|
|
#include "orconfig.h"
|
|
#define DNS_USE_OPENSSL_FOR_ID
|
|
typedef unsigned int uint;
|
|
typedef unsigned char u_char;
|
|
|