Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/experimental.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index 8c4d5afa22..83adb1f451 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -2902,6 +2902,7 @@ int ossl_toy_write(SSL *s, const void *buf, size_t len, size_t *written);
int ossl_toy_num_ciphers(void);
long ossl_toy_ctrl(SSL *s, int cmd, long larg, void *parg);
int ossl_toy_connect(SSL *s);
+int ossl_toy_accept(SSL *s);
int ossl_toy_renegotiate_check(SSL *s, int initok);
#endif