mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 09:40:45 -04:00
parent
3e685fe01a
commit
46cae09023
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ pkcs11eddsa_isprivate(const dst_key_t *key) {
|
|||
return (false);
|
||||
}
|
||||
attr = pk11_attribute_bytype(ec, CKA_VALUE);
|
||||
return((attr != NULL || ec->ontoken)));
|
||||
return (attr != NULL || ec->ontoken);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue