diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-18 08:43:57 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-18 08:43:57 -0500 |
commit | 630e7b604037820d6d4f90dbfd891c0a0e837639 (patch) | |
tree | cbe681ea0325b9a8d0c323dd37f6cc679ae1877f /apps/openssl | |
parent | a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff (diff) | |
download | portable-630e7b604037820d6d4f90dbfd891c0a0e837639.tar.gz portable-630e7b604037820d6d4f90dbfd891c0a0e837639.tar.bz2 portable-630e7b604037820d6d4f90dbfd891c0a0e837639.zip |
visual studio path updates
Diffstat (limited to 'apps/openssl')
-rw-r--r-- | apps/openssl/compat/apps_win.c | 2 | ||||
-rw-r--r-- | apps/openssl/compat/certhash_win.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/openssl/compat/apps_win.c b/apps/openssl/compat/apps_win.c index 37bfcc9..bc999f6 100644 --- a/apps/openssl/compat/apps_win.c +++ b/apps/openssl/compat/apps_win.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <io.h> | 10 | #include <io.h> |
11 | #include <fcntl.h> | 11 | #include <fcntl.h> |
12 | 12 | ||
13 | #include "apps.h" | 13 | #include <apps.h> |
14 | 14 | ||
15 | double | 15 | double |
16 | app_tminterval(int stop, int usertime) | 16 | app_tminterval(int stop, int usertime) |
diff --git a/apps/openssl/compat/certhash_win.c b/apps/openssl/compat/certhash_win.c index 8238ff7..be57e2a 100644 --- a/apps/openssl/compat/certhash_win.c +++ b/apps/openssl/compat/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) |