diff options
author | Theo Buehler <tb@openbsd.org> | 2024-05-28 12:07:44 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-05-28 12:07:44 -0600 |
commit | e8bd2e956ee08053d03ce361fdeae12f4c7cf899 (patch) | |
tree | ef98291648e96563cdc6fa578416b1b964838805 /.gitignore | |
parent | 82d645aae862f2c4cccccf0eb123ed7b04043361 (diff) | |
download | portable-e8bd2e956ee08053d03ce361fdeae12f4c7cf899.tar.gz portable-e8bd2e956ee08053d03ce361fdeae12f4c7cf899.tar.bz2 portable-e8bd2e956ee08053d03ce361fdeae12f4c7cf899.zip |
Link x509_extensions_test to build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ tests/compat/*.c | |||
139 | tests/verify* | 139 | tests/verify* |
140 | tests/x509_algor* | 140 | tests/x509_algor* |
141 | tests/x509_asn1* | 141 | tests/x509_asn1* |
142 | tests/x509_extensions_test* | ||
142 | tests/x509_info* | 143 | tests/x509_info* |
143 | tests/x509attribute* | 144 | tests/x509attribute* |
144 | tests/x509name* | 145 | tests/x509name* |