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 | |
parent | a2e532ed01a2e8caa6b1dfeca020f09f1a0124ff (diff) | |
download | portable-630e7b604037820d6d4f90dbfd891c0a0e837639.tar.gz portable-630e7b604037820d6d4f90dbfd891c0a0e837639.tar.bz2 portable-630e7b604037820d6d4f90dbfd891c0a0e837639.zip |
visual studio path updates
Diffstat (limited to 'apps')
-rw-r--r-- | apps/CMakeLists.txt | 3 | ||||
-rw-r--r-- | apps/openssl/compat/apps_win.c | 2 | ||||
-rw-r--r-- | apps/openssl/compat/certhash_win.c | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 8c49c9b..08bce42 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt | |||
@@ -2,6 +2,7 @@ include_directories( | |||
2 | . | 2 | . |
3 | ../include | 3 | ../include |
4 | ../include/compat | 4 | ../include/compat |
5 | ./openssl | ||
5 | ) | 6 | ) |
6 | 7 | ||
7 | set( | 8 | set( |
@@ -63,7 +64,7 @@ endif() | |||
63 | 64 | ||
64 | if(CMAKE_HOST_WIN32) | 65 | if(CMAKE_HOST_WIN32) |
65 | set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/apps_win.c) | 66 | set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/apps_win.c) |
66 | set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/hash_win.c) | 67 | set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/certhash_win.c) |
67 | set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/poll_win.c) | 68 | set(OPENSSL_SRC ${OPENSSL_SRC} openssl/compat/poll_win.c) |
68 | endif() | 69 | endif() |
69 | 70 | ||
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) |