aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.h
diff options
context:
space:
mode:
authorMarek Majkowski <marek@popcount.org>2013-06-10 20:30:57 +0100
committerNick Mathewson <nickm@torproject.org>2013-06-12 13:02:06 -0400
commit16d1dd134a995cf62cdbcf6c2d59da7ae09d601b (patch)
tree5ae484f315b6b5878d8cdb436881ca4e994317ca /src/common/tortls.h
parent616fd790ecacf933e6a624a14a8971d9ebf70d5c (diff)
downloadtor-16d1dd134a995cf62cdbcf6c2d59da7ae09d601b.tar
tor-16d1dd134a995cf62cdbcf6c2d59da7ae09d601b.tar.gz
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_tls_evp_pkey_eq
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r--src/common/tortls.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h
index c71ed573f..49c488b36 100644
--- a/src/common/tortls.h
+++ b/src/common/tortls.h
@@ -138,10 +138,5 @@ int tor_tls_cert_is_valid(int severity,
int check_rsa_1024);
const char *tor_tls_get_ciphersuite_name(tor_tls_t *tls);
-#ifdef TORTLS_PRIVATE
-/* Prototypes for private functions only used by the unit tests. */
-int tor_tls_evp_pkey_eq(EVP_PKEY *a, EVP_PKEY *b);
-#endif
-
#endif