fix logic inversion
[project/ustream-ssl.git] / ustream-io.h
1 #ifndef __USTREAM_BIO_H
2 #define __USTREAM_BIO_H
3
4 #include <openssl/ssl.h>
5 #include <openssl/err.h>
6
7 #include "ustream-ssl.h"
8
9 void ustream_set_io(SSL_CTX *ctx, SSL *ssl, struct ustream *s);
10
11 #endif