diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-18 10:48:17 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-18 10:48:17 -0500 |
commit | 0086809a82b595dd5f421601f9edec30509228dd (patch) | |
tree | c1bbf26df2de6b62b54090a35151e4fb9536ee4d /apps | |
parent | c8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae (diff) | |
download | portable-0086809a82b595dd5f421601f9edec30509228dd.tar.gz portable-0086809a82b595dd5f421601f9edec30509228dd.tar.bz2 portable-0086809a82b595dd5f421601f9edec30509228dd.zip |
update apps.h include
Diffstat (limited to 'apps')
-rw-r--r-- | apps/openssl/certhash_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openssl/certhash_win.c b/apps/openssl/certhash_win.c index be57e2a..8238ff7 100644 --- a/apps/openssl/certhash_win.c +++ b/apps/openssl/certhash_win.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * certhash dummy implementation for platforms without symlinks | 3 | * certhash dummy implementation for platforms without symlinks |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <apps.h> | 6 | #include "apps.h" |
7 | 7 | ||
8 | int | 8 | int |
9 | certhash_main(int argc, char **argv) | 9 | certhash_main(int argc, char **argv) |