Fix bad syntax in pkcs11eddsa_link.c.

Introduced in 994e656977.
This commit is contained in:
Aaron Thompson 2020-03-29 22:08:13 +00:00 committed by Ondřej Surý
parent 3e685fe01a
commit 46cae09023

View file

@ -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