aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 10:33:56 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 10:40:14 +0800
commitad79f448cb5e82cf6dfcf2ec7052add87edfc5a3 (patch)
tree6534dbdb10ad11fc5130e3a467f2573a74556489 /static
parentIndent -linux (diff)
downloadpowxy-ad79f448cb5e82cf6dfcf2ec7052add87edfc5a3.tar.gz
powxy-ad79f448cb5e82cf6dfcf2ec7052add87edfc5a3.tar.zst
powxy-ad79f448cb5e82cf6dfcf2ec7052add87edfc5a3.zip
More C style changesv0.1.80
Diffstat (limited to 'static')
-rw-r--r--static/solver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/solver.c b/static/solver.c
index a06140e..73fb98f 100644
--- a/static/solver.c
+++ b/static/solver.c
@@ -106,7 +106,7 @@ int main(int argc, char **argv)
unsigned char digest[len];
size_t next = 0;
- while (1) {
+ for (;;) {
if (EVP_DigestInit_ex(mdctx, EVP_sha256(), NULL) != 1) {
fprintf(stderr, "EVP_DigestInit_ex\n");
EVP_MD_CTX_free(mdctx);