diff --git a/src/crypto/crypto_scrypt.h b/src/crypto/crypto_scrypt.h index 4ca888e31d4e52..ffde25c4d887c3 100644 --- a/src/crypto/crypto_scrypt.h +++ b/src/crypto/crypto_scrypt.h @@ -77,7 +77,7 @@ struct ScryptJob { static void Initialize( Environment* env, v8::Local target) {} -} +}; #endif // !OPENSSL_NO_SCRIPT } // namespace crypto