Skip to content

Commit fb62b8f

Browse files
committed
Update tlszmq.h
* fix indentation * replace with continue_ssl_ with check_ssl_ which throws tlsexception
1 parent 20f194c commit fb62b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tlszmq.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TLSZmq {
1717

1818
TLSZmq(SSL_CTX *ctx);
1919
TLSZmq( SSL_CTX *ctx,
20-
const char *certificate,
20+
const char *certificate,
2121
const char *key);
2222
virtual ~TLSZmq();
2323

@@ -35,7 +35,7 @@ class TLSZmq {
3535
private:
3636
void init_(SSL_CTX *ctxt);
3737
void update();
38-
bool continue_ssl_(int function_return);
38+
void check_ssl_(int ret_code);
3939
void net_read_();
4040
void net_write_();
4141

0 commit comments

Comments
 (0)