aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/posix_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/compat/posix_win.c')
-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);