summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/evp/evp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/evp/evp_test.c')
-rwxr-xr-xdeps/openssl/openssl/crypto/evp/evp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/openssl/crypto/evp/evp_test.c b/deps/openssl/openssl/crypto/evp/evp_test.c
index 98796427bf..97a2083027 100755
--- a/deps/openssl/openssl/crypto/evp/evp_test.c
+++ b/deps/openssl/openssl/crypto/evp/evp_test.c
@@ -506,7 +506,7 @@ int main(int argc, char **argv)
int an = 0;
int tn = 0;
- if (!fgets((char *)line, sizeof line, f))
+ if (!fgets((char *)line, sizeof(line), f))
break;
if (line[0] == '#' || line[0] == '\n')
continue;