mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-26 11:44:55 +02:00
Remove no longer needed reference to OpenSSL in signing.
This commit is contained in:
@@ -131,9 +131,7 @@ impl SignZone {
|
||||
))
|
||||
})?;
|
||||
|
||||
// Use OpenSSL as the Ring backend doesn't support key sizes and
|
||||
// algorithms that we require.
|
||||
let key_pair = domain::sign::openssl::KeyPair::from_bytes(
|
||||
let key_pair = domain::sign::common::KeyPair::from_bytes(
|
||||
&secret_key,
|
||||
public_key_info.raw_public_key(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user