summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/des/read_pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/des/read_pwd.c')
-rw-r--r--deps/openssl/openssl/crypto/des/read_pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/openssl/crypto/des/read_pwd.c b/deps/openssl/openssl/crypto/des/read_pwd.c
index 514a7063b4..080d3e8dfc 100644
--- a/deps/openssl/openssl/crypto/des/read_pwd.c
+++ b/deps/openssl/openssl/crypto/des/read_pwd.c
@@ -434,7 +434,7 @@ static void pushsig(void)
# ifdef SIGACTION
struct sigaction sa;
- memset(&sa, 0, sizeof sa);
+ memset(&sa, 0, sizeof(sa));
sa.sa_handler = recsig;
# endif