From b4cc473d35a02a0de1462553fb070e6ae87d8a26 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 27 Jun 2024 10:48:54 -0700 Subject: [PATCH] comments: Success! (sync with tarsnap) --- lib/scryptenc/scryptenc_cpuperf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/scryptenc/scryptenc_cpuperf.c b/lib/scryptenc/scryptenc_cpuperf.c index b7a64fb9..f2919269 100644 --- a/lib/scryptenc/scryptenc_cpuperf.c +++ b/lib/scryptenc/scryptenc_cpuperf.c @@ -110,5 +110,7 @@ scryptenc_cpuperf(double * opps) /* We can do approximately i salsa20/8 cores per diffd seconds. */ *opps = (double)i / diffd; + + /* Success! */ return (SCRYPT_OK); }