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