]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/openssl.c
Consistent formatting for sizeof(foo)
[thirdparty/openssl.git] / apps / openssl.c
index fd89629bbe99ec24fc20f72327b115e17d801ae3..1c8682759fcf0ffdb2961bf533841129413c868b 100644 (file)
@@ -188,7 +188,7 @@ int main(int argc, char *argv[])
     for (;;) {
         ret = 0;
         /* Read a line, continue reading if line ends with \ */
-        for (p = buf, n = sizeof buf, i = 0, first = 1; n > 0; first = 0) {
+        for (p = buf, n = sizeof(buf), i = 0, first = 1; n > 0; first = 0) {
             prompt = first ? "OpenSSL> " : "> ";
             p[0] = '\0';
 #ifndef READLINE