diff options
author | Brent Cook <busterb@gmail.com> | 2017-01-16 10:36:05 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2017-01-16 10:59:24 -0600 |
commit | 3b2560feb355e708a59ecfb224932810687a75ad (patch) | |
tree | 0854a5907ad6c5a545864ef964e14f53bd5ea5a8 /crypto | |
parent | 4cb675e2d9e17d7727c5268d4f7ccab70bd27aed (diff) | |
download | portable-3b2560feb355e708a59ecfb224932810687a75ad.tar.gz portable-3b2560feb355e708a59ecfb224932810687a75ad.tar.bz2 portable-3b2560feb355e708a59ecfb224932810687a75ad.zip |
MSVSC fixes
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/compat/posix_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c index 331f88e..f8121d8 100644 --- a/crypto/compat/posix_win.c +++ b/crypto/compat/posix_win.c | |||
@@ -44,7 +44,7 @@ int | |||
44 | posix_open(const char *path, ...) | 44 | posix_open(const char *path, ...) |
45 | { | 45 | { |
46 | va_list ap; | 46 | va_list ap; |
47 | mode_t mode = 0; | 47 | int mode = 0; |
48 | int flags; | 48 | int flags; |
49 | 49 | ||
50 | va_start(ap, path); | 50 | va_start(ap, path); |