mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-22 23:08:10 +00:00
tpm2: Assign result of OsslToTpmBn to OK
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
0aef1c7471
commit
3b047cb5fe
@ -319,8 +319,7 @@ OpenSSLEccGetPrivate(
|
||||
}
|
||||
// result is sufficient
|
||||
}
|
||||
OK = TRUE;
|
||||
OsslToTpmBn(dOut, D);
|
||||
OK = OsslToTpmBn(dOut, D);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user