Skip to content

Commit

Permalink
update openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Jan 13, 2025
1 parent 941bbc9 commit 6b7d9c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cryptobin/ssh/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ var (
type (
// OpenSSH options
OpenSSHOpts = ssh.Opts

// OpenSSH Bcrypt options
OpenSSHBcryptOpts = ssh.BcryptOpts

// OpenSSH Bcryptbin options
OpenSSHBcryptbinOpts = ssh.BcryptbinOpts
)

var (
Expand Down

0 comments on commit 6b7d9c9

Please sign in to comment.