bn/bn_mont.c: improve readability of post-condition code.
[oweals/openssl.git] / crypto / des / read_pwd.c
index 514a7063b4bf3d49d2d7984942250f67f8415d3f..080d3e8dfc4c5c82a04f18bc1c388948e423600b 100644 (file)
@@ -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