summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-10-29 12:46:28 +0000
committerMatt Caswell <matt@openssl.org>2020-10-30 14:24:30 +0000
commite82f45982cf1660d3287332d3d70bf5b01de1fd1 (patch)
treea9b1f6319de48aa25290a483b771f618c88d7bd4 /.gitignore
parent140eee2b3b3090107aea2d09ab10eb737fb1e5bb (diff)
downloadopenssl-new-e82f45982cf1660d3287332d3d70bf5b01de1fd1.tar.gz
Fix some missed usage of DEFINE_LHASH_OF()
PR#12860 fixed issues with the Lhash code. It replaced usage of DEFINE_LHASH_OF() in the public headers. Unfortunately it missed a couple of instances. Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13274)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8795a2c5dd..7a07450106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@
/include/openssl/err.h
/include/openssl/ess.h
/include/openssl/fipskey.h
+/include/openssl/lhash.h
/include/openssl/ocsp.h
/include/openssl/opensslv.h
/include/openssl/pkcs12.h