summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index 1b92bde9d4..d65e99363d 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.144 2018/02/22 17:29:24 jsing Exp $ */ 1/* $OpenBSD: ssl.h,v 1.145 2018/02/22 17:30:25 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1354,6 +1354,7 @@ void SSL_free(SSL *ssl);
1354int SSL_up_ref(SSL *ssl); 1354int SSL_up_ref(SSL *ssl);
1355int SSL_accept(SSL *ssl); 1355int SSL_accept(SSL *ssl);
1356int SSL_connect(SSL *ssl); 1356int SSL_connect(SSL *ssl);
1357int SSL_is_server(const SSL *s);
1357int SSL_read(SSL *ssl, void *buf, int num); 1358int SSL_read(SSL *ssl, void *buf, int num);
1358int SSL_peek(SSL *ssl, void *buf, int num); 1359int SSL_peek(SSL *ssl, void *buf, int num);
1359int SSL_write(SSL *ssl, const void *buf, int num); 1360int SSL_write(SSL *ssl, const void *buf, int num);