diff options
author | Brent Cook <bcook@openbsd.org> | 2015-02-14 18:51:44 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-02-14 18:54:43 -0600 |
commit | 28311d4355e38376dc7ebcf1d2d7957718f55359 (patch) | |
tree | ac6dd78bba77be68c50a9070a7876bdece1443a4 /.gitignore | |
parent | 2286578fd4e93e024ac33a0fd8f89dc936ad95a8 (diff) | |
download | portable-28311d4355e38376dc7ebcf1d2d7957718f55359.tar.gz portable-28311d4355e38376dc7ebcf1d2d7957718f55359.tar.bz2 portable-28311d4355e38376dc7ebcf1d2d7957718f55359.zip |
conditionally build certhash into openssl(1)
For now, look for openat and symlink. We may switch to just needing
symlink later.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ apps/openssl | |||
111 | apps/openssl.cnf | 111 | apps/openssl.cnf |
112 | !apps/apps_win.c | 112 | !apps/apps_win.c |
113 | !apps/poll_win.c | 113 | !apps/poll_win.c |
114 | !apps/certhash_disabled.c | ||
114 | 115 | ||
115 | crypto/compat/arc4random.c | 116 | crypto/compat/arc4random.c |
116 | crypto/compat/chacha_private.h | 117 | crypto/compat/chacha_private.h |