diff options
| author | jsing <> | 2016-11-02 10:59:25 +0000 |
|---|---|---|
| committer | jsing <> | 2016-11-02 10:59:25 +0000 |
| commit | 3229a27b62911724fb93df842f26f8eb5cc89bce (patch) | |
| tree | 160c9aba3559ec4b75ec0a5ca7bd4b7fb52db1b9 /src/lib/libssl/ssl.h | |
| parent | 84b0a201b5c0fc2f9c8be2a1782b40bb992bec62 (diff) | |
| download | openbsd-3229a27b62911724fb93df842f26f8eb5cc89bce.tar.gz openbsd-3229a27b62911724fb93df842f26f8eb5cc89bce.tar.bz2 openbsd-3229a27b62911724fb93df842f26f8eb5cc89bce.zip | |
Expand another LHASH_OF macro.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index f2aed06023..1b12d99063 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl.h,v 1.98 2016/11/02 10:55:48 jsing Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.99 2016/11/02 10:59: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 | * |
| @@ -895,7 +895,7 @@ struct ssl_ctx_st { | |||
| 895 | #define SSL_SESS_CACHE_NO_INTERNAL \ | 895 | #define SSL_SESS_CACHE_NO_INTERNAL \ |
| 896 | (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE) | 896 | (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE) |
| 897 | 897 | ||
| 898 | LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); | 898 | struct lhash_st_SSL_SESSION *SSL_CTX_sessions(SSL_CTX *ctx); |
| 899 | #define SSL_CTX_sess_number(ctx) \ | 899 | #define SSL_CTX_sess_number(ctx) \ |
| 900 | SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_NUMBER,0,NULL) | 900 | SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_NUMBER,0,NULL) |
| 901 | #define SSL_CTX_sess_connect(ctx) \ | 901 | #define SSL_CTX_sess_connect(ctx) \ |
