Skip to content

Commit

Permalink
Add missing require for ronin/support/crypto/key (closes #170).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 30, 2023
1 parent 33bce22 commit 609cd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ronin/cli/commands/cert_gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

require 'ronin/cli/command'
require 'ronin/support/crypto/cert'
require 'ronin/support/crypto/key'
require 'ronin/support/crypto/key/rsa'
require 'ronin/support/crypto/key/ec'
require 'ronin/support/text/patterns'
Expand Down

0 comments on commit 609cd83

Please sign in to comment.