Add TLS exporter.

This commit is contained in:
Ben Laurie
2011-11-15 23:51:22 +00:00
parent 060a38a2c0
commit b1d7429186
12 changed files with 212 additions and 3 deletions

View File

@@ -2904,6 +2904,9 @@ SSL3_ENC_METHOD SSLv3_enc_data={
SSL3_MD_CLIENT_FINISHED_CONST,4,
SSL3_MD_SERVER_FINISHED_CONST,4,
ssl3_alert_code,
(int (*)(SSL *, unsigned char *, unsigned int, const char *,
unsigned int, const unsigned char *, unsigned int,
int use_context))ssl_undefined_function,
};
long ssl3_default_timeout(void)