summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-01-11 15:22:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-11 17:50:42 +0000
commit89d6aa10a24c0d5195e5a4c21f99919c53fe69ac (patch)
tree3de1d604913aaf30541bc588ce261094f2634bda /ssl/ssl_locl.h
parent26a884c217b4868ddc7cd2c2006e12a6bd6a7950 (diff)
Use ossl_inline and DEFINE_LHASH_OF
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index a9d4f54ef1..a490cd3e4b 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -694,7 +694,7 @@ struct ssl_comp_st {
};
DEFINE_STACK_OF(SSL_COMP)
-DECLARE_LHASH_OF(SSL_SESSION);
+DEFINE_LHASH_OF(SSL_SESSION);
struct ssl_ctx_st {