]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_tls_evp_p...
authorMarek Majkowski <marek@popcount.org>
Mon, 10 Jun 2013 19:30:57 +0000 (20:30 +0100)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Jun 2013 17:02:06 +0000 (13:02 -0400)
commit16d1dd134a995cf62cdbcf6c2d59da7ae09d601b
tree5ae484f315b6b5878d8cdb436881ca4e994317ca
parent616fd790ecacf933e6a624a14a8971d9ebf70d5c
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_tls_evp_pkey_eq
src/common/tortls.c
src/common/tortls.h
src/test/include.am
src/test/test.c
src/test/test_tortls.c [deleted file]