diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index f524d0d80c..bf4b2f2cb6 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -684,11 +684,6 @@ struct ssl_session_st | |||
684 | #define SSL_get_secure_renegotiation_support(ssl) \ | 684 | #define SSL_get_secure_renegotiation_support(ssl) \ |
685 | SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL) | 685 | SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL) |
686 | 686 | ||
687 | #ifndef OPENSSL_NO_HEARTBEATS | ||
688 | #define SSL_heartbeat(ssl) \ | ||
689 | SSL_ctrl((ssl),SSL_CTRL_TLS_EXT_SEND_HEARTBEAT,0,NULL) | ||
690 | #endif | ||
691 | |||
692 | void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)); | 687 | void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)); |
693 | void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)); | 688 | void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)); |
694 | #define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) | 689 | #define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) |
@@ -1595,11 +1590,6 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) | |||
1595 | #define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME 79 | 1590 | #define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME 79 |
1596 | #define SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH 80 | 1591 | #define SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH 80 |
1597 | #define SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD 81 | 1592 | #define SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD 81 |
1598 | #ifndef OPENSSL_NO_HEARTBEATS | ||
1599 | #define SSL_CTRL_TLS_EXT_SEND_HEARTBEAT 85 | ||
1600 | #define SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING 86 | ||
1601 | #define SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS 87 | ||
1602 | #endif | ||
1603 | #endif | 1593 | #endif |
1604 | 1594 | ||
1605 | #define DTLS_CTRL_GET_TIMEOUT 73 | 1595 | #define DTLS_CTRL_GET_TIMEOUT 73 |