diff options
author | Brent Cook <bcook@openbsd.org> | 2017-01-24 06:06:07 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-01-24 06:06:07 -0600 |
commit | 93754dc5cfb68199b659180bbac77eecd6636c28 (patch) | |
tree | 2bb09f2de0f276ba49d63e3e381888fa1d189073 /.gitignore | |
parent | fa149b8c8c57a88db14bc017ff048b70963e9d86 (diff) | |
download | portable-93754dc5cfb68199b659180bbac77eecd6636c28.tar.gz portable-93754dc5cfb68199b659180bbac77eecd6636c28.tar.bz2 portable-93754dc5cfb68199b659180bbac77eecd6636c28.zip |
initial ocspcheck integration
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -117,10 +117,15 @@ include/pqueue.h | |||
117 | include/tls.h | 117 | include/tls.h |
118 | include/openssl/*.h | 118 | include/openssl/*.h |
119 | 119 | ||
120 | /apps/ocspcheck/*.h | ||
121 | /apps/ocspcheck/*.c | ||
122 | /apps/ocspcheck/ocspcheck* | ||
123 | |||
120 | /apps/nc/*.h | 124 | /apps/nc/*.h |
121 | /apps/nc/*.c | 125 | /apps/nc/*.c |
122 | /apps/nc/nc* | 126 | /apps/nc/nc* |
123 | !/apps/nc/readpassphrase.c | 127 | !/apps/nc/readpassphrase.c |
128 | |||
124 | /apps/openssl/*.h | 129 | /apps/openssl/*.h |
125 | /apps/openssl/*.c | 130 | /apps/openssl/*.c |
126 | /apps/openssl/*.cnf | 131 | /apps/openssl/*.cnf |