[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] every version of openssl we support has SSL_get_state
commit 39e8fa81f7e42b6bff10e48109bee9409870d38d
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Tue Nov 10 10:14:58 2015 -0500
every version of openssl we support has SSL_get_state
---
src/common/compat_openssl.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/common/compat_openssl.h b/src/common/compat_openssl.h
index 23f6950..5d5941a 100644
--- a/src/common/compat_openssl.h
+++ b/src/common/compat_openssl.h
@@ -24,9 +24,6 @@
#define OpenSSL_version(v) SSLeay_version(v)
#define OpenSSL_version_num() SSLeay()
#define RAND_OpenSSL() RAND_SSLeay()
-#ifndef SSL_get_state
-#define SSL_get_state(ssl) SSL_state(ssl)
-#endif
#define STATE_IS_SW_SERVER_HELLO(st) \
(((st) == SSL3_ST_SW_SRVR_HELLO_A) || \
((st) == SSL3_ST_SW_SRVR_HELLO_B))
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits