diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:14:28 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:11:20 +0200 |
commit | e74e562f1c518839cc9b63aafd4af6644e01d9ca (patch) | |
tree | ed8d2cc7f428c78fd9fc3456bafcce76e346d739 /.gitignore | |
parent | Fix safestack issues in bio.h (diff) | |
download | openssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.tar.xz openssl-e74e562f1c518839cc9b63aafd4af6644e01d9ca.zip |
Fix safestack issues in conf.h
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 038f8b4f37..68e7b2abd1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ /include/openssl/bio.h /include/openssl/cmp.h /include/openssl/cms.h +/include/openssl/conf.h /include/openssl/configuration.h /include/openssl/crmf.h /include/openssl/ct.h |