aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-18 10:48:17 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-18 10:48:17 -0500
commit0086809a82b595dd5f421601f9edec30509228dd (patch)
treec1bbf26df2de6b62b54090a35151e4fb9536ee4d /apps
parentc8c23ad8e3a8211b8caab2e27f1d18a92c5d9fae (diff)
downloadportable-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.c2
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
8int 8int
9certhash_main(int argc, char **argv) 9certhash_main(int argc, char **argv)