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 8302bba39c..56344085ad 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.76 2014/12/14 15:30:50 jsing Exp $ */ 1/* $OpenBSD: ssl.h,v 1.77 2015/01/22 09:12:57 reyk 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 *
@@ -1755,6 +1755,7 @@ int SSL_version(const SSL *ssl);
1755int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx); 1755int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx);
1756int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, 1756int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
1757 const char *CApath); 1757 const char *CApath);
1758int SSL_CTX_load_verify_mem(SSL_CTX *ctx, void *buf, int len);
1758#define SSL_get0_session SSL_get_session /* just peek at pointer */ 1759#define SSL_get0_session SSL_get_session /* just peek at pointer */
1759SSL_SESSION *SSL_get_session(const SSL *ssl); 1760SSL_SESSION *SSL_get_session(const SSL *ssl);
1760SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */ 1761SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */