aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include
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 /crypto/include
parent26a884c217b4868ddc7cd2c2006e12a6bd6a7950 (diff)
downloadopenssl-89d6aa10a24c0d5195e5a4c21f99919c53fe69ac.tar.gz
Use ossl_inline and DEFINE_LHASH_OF
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/cryptlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/include/internal/cryptlib.h b/crypto/include/internal/cryptlib.h
index 041ab7ebe2..45a4d7a0e7 100644
--- a/crypto/include/internal/cryptlib.h
+++ b/crypto/include/internal/cryptlib.h
@@ -86,9 +86,9 @@ DEFINE_STACK_OF(EX_CALLBACK)
DEFINE_STACK_OF(CRYPTO_dynlock)
typedef struct app_mem_info_st APP_INFO;
-DECLARE_LHASH_OF(APP_INFO);
+DEFINE_LHASH_OF(APP_INFO);
typedef struct mem_st MEM;
-DECLARE_LHASH_OF(MEM);
+DEFINE_LHASH_OF(MEM);
# ifndef OPENSSL_SYS_VMS
# define X509_CERT_AREA OPENSSLDIR