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); }