OPENSSL_EXPORT SSL_CTX_set_keylog_bio.

Forgot to do that.

Change-Id: Ic7eb199c3acf4aa249be3f7a3312e8c2bc7a2372
Reviewed-on: https://boringssl-review.googlesource.com/1720
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2014-09-04 10:08:27 -04:00 committed by Adam Langley
parent 7bdec13c03
commit 71dad6860d

View File

@ -683,7 +683,7 @@ OPENSSL_EXPORT void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int v
*
* The format is described in
* https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format. */
void SSL_CTX_set_keylog_bio(SSL_CTX *ctx, BIO *keylog_bio);
OPENSSL_EXPORT void SSL_CTX_set_keylog_bio(SSL_CTX *ctx, BIO *keylog_bio);
struct ssl_aead_ctx_st;