Prototype for dtls error handling function.

FossilOrigin-Name: c0d652e3216d1ef4ffc2d9ba34e3db43d91d7bb9ff4c634dab90c19ab35260af
This commit is contained in:
7u83@mail.ru 2014-08-16 11:12:53 +00:00
parent 9ae4867e08
commit 98abe72b15
1 changed files with 1 additions and 1 deletions

View File

@ -44,8 +44,8 @@ extern int dtls_openssl_bio_new(BIO *bi);
extern int dtls_openssl_bio_free(BIO *bio);
extern const char * dtls_openssl_get_currnet_cipher();
extern int dtls_openssl_log_error_queue(const char *txt);
extern BIO *bbb;
#endif