diff options
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 986265da9b..db6d62c4ce 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -888,3 +888,10 @@ _check_no_tls_errors(const char *fname, int line) tls_log_errors(LOG_WARN, NULL); } +/**DOCDOC */ +int +tor_tls_used_v1_handshake(tor_tls_t *tls) +{ + (void)tls; + return 1; +} |