aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ssl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-02-27 20:54:39 +0000
committerMatt Caswell <matt@openssl.org>2017-03-02 17:44:16 +0000
commit3eaa4170956dc7ca2a0c9fc9414dc42cac7b426e (patch)
treef6bf071d3d4d4b493810a8f38e463d1112cd15c5 /include/openssl/ssl.h
parent5f9820380ff82fc07e93e430b97da516997d3771 (diff)
downloadopenssl-3eaa4170956dc7ca2a0c9fc9414dc42cac7b426e.tar.gz
Make SSL_write_early_finish() an internal only function
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2737)
Diffstat (limited to 'include/openssl/ssl.h')
-rw-r--r--include/openssl/ssl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 38185975be..8445ccd03c 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -1626,7 +1626,6 @@ __owur int SSL_write(SSL *ssl, const void *buf, int num);
__owur int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written);
__owur int SSL_write_early(SSL *s, const void *buf, size_t num,
size_t *written);
-__owur int SSL_write_early_finish(SSL *s);
long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg);
long SSL_callback_ctrl(SSL *, int, void (*)(void));
long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg);