diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2022-05-05 10:07:41 +0200 |
---|---|---|
committer | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2022-05-06 15:39:35 +0200 |
commit | ac23650c1e53658227436aecc8de03a7ac3d1b9a (patch) | |
tree | f4bd20bab60419fc847b42119ea4a5d9388f3746 /.gitignore | |
parent | s_serve: Report an error if init-connection fails without an attempt to read. (diff) | |
download | openssl-ac23650c1e53658227436aecc8de03a7ac3d1b9a.tar.xz openssl-ac23650c1e53658227436aecc8de03a7ac3d1b9a.zip |
Update .gitignore
add /test/evp_pkey_ctx_new_from_name
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18251)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e02e099d84..4f5857df86 100644 --- a/.gitignore +++ b/.gitignore @@ -100,6 +100,7 @@ providers/common/include/prov/der_sm2.h /test/confdump /test/bio_prefix_text /test/evp_extra_test2 +/test/evp_pkey_ctx_new_from_name /test/threadstest_fips # Certain files that get created by tests on the fly |