summaryrefslogtreecommitdiff
path: root/src/ssl/internal.h
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2018-10-30 16:00:26 -0700
committerRobert Sloan <varomodt@google.com>2018-10-30 16:00:46 -0700
commit5bdaadbdd864592eb51dd78c2bdb3793bd83c1ef (patch)
treeaffb9003a2f00858ac82d84bae95a5b939d78e23 /src/ssl/internal.h
parentd79e4d0d14046273d0529589cf3b6205ec3755e1 (diff)
downloadboringssl-5bdaadbdd864592eb51dd78c2bdb3793bd83c1ef.tar.gz
external/boringssl: Sync to dc332205326340ec1bf7d553452c7699904054b4.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/80aa6949756d327476750f9ea2c9700aa2a027c5..dc332205326340ec1bf7d553452c7699904054b4 Test: BoringSSL CTS Presubmits Change-Id: Ia2d0483eca98e4bbb9e033aaef39b0b99687b3a9
Diffstat (limited to 'src/ssl/internal.h')
-rw-r--r--src/ssl/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/internal.h b/src/ssl/internal.h
index 561b5d9b..22189920 100644
--- a/src/ssl/internal.h
+++ b/src/ssl/internal.h
@@ -2013,7 +2013,7 @@ struct CertCompressionAlg {
BSSL_NAMESPACE_END
-DECLARE_LHASH_OF(SSL_SESSION)
+DEFINE_LHASH_OF(SSL_SESSION)
DEFINE_NAMED_STACK_OF(CertCompressionAlg, bssl::CertCompressionAlg);