aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2017-01-16 10:36:05 -0600
committerBrent Cook <busterb@gmail.com>2017-01-16 10:59:24 -0600
commit3b2560feb355e708a59ecfb224932810687a75ad (patch)
tree0854a5907ad6c5a545864ef964e14f53bd5ea5a8 /crypto
parent4cb675e2d9e17d7727c5268d4f7ccab70bd27aed (diff)
downloadportable-3b2560feb355e708a59ecfb224932810687a75ad.tar.gz
portable-3b2560feb355e708a59ecfb224932810687a75ad.tar.bz2
portable-3b2560feb355e708a59ecfb224932810687a75ad.zip
MSVSC fixes
Diffstat (limited to 'crypto')
-rw-r--r--crypto/compat/posix_win.c2
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
44posix_open(const char *path, ...) 44posix_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);