Skip to content

Commit

Permalink
OpenSSL::KDF.scrypt needs EVP_PBE_scrypt()
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Oct 30, 2023
1 parent 9d14724 commit d434765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/ruby/library/openssl/kdf/scrypt_spec.rb
Expand Up @@ -2,6 +2,8 @@
require 'openssl'

describe "OpenSSL::KDF.scrypt" do
break unless defined?(OpenSSL::KDF.scrypt)

before :each do
@defaults = {
salt: "\x00".b * 16,
Expand Down

0 comments on commit d434765

Please sign in to comment.