diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:35:20 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:11:21 +0200 |
commit | add339272773072e0d8995362c6167e515377c7f (patch) | |
tree | 2ff7010f293d72c4a210d69969edc0f477f5c65e /.gitignore | |
parent | Fix safestack issues in crypto.h (diff) | |
download | openssl-add339272773072e0d8995362c6167e515377c7f.tar.xz openssl-add339272773072e0d8995362c6167e515377c7f.zip |
Fix safestack issues in pkcs12.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 e7e924d74a..a173bbfe13 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ /include/openssl/fipskey.h /include/openssl/ocsp.h /include/openssl/opensslv.h +/include/openssl/pkcs12.h /include/openssl/pkcs7.h /include/openssl/safestack.h /include/openssl/srp.h |