diff options
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 8690231e65..f33986a1e5 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -42,8 +42,10 @@ const char tortls_c_id[] = #include "ht.h" #include <string.h> -// #define V2_HANDSHAKE_SERVER -// #define V2_HANDSHAKE_CLIENT +/* Enable the "v2" TLS handshake. + */ +#define V2_HANDSHAKE_SERVER +#define V2_HANDSHAKE_CLIENT /* Copied from or.h */ #define LEGAL_NICKNAME_CHARACTERS \ |