Skip to content
Snippets Groups Projects
Commit 6117979f authored by garciay's avatar garciay
Browse files

Rebuild with TCT3Rebuild LibIts with TCT3

parent 63449bfa
No related branches found
No related tags found
No related merge requests found
......@@ -849,8 +849,8 @@ module LibItsSecurity_Functions {
in template (value) Certificate p_cert,
out SignerInfo p_si
) return boolean {
if (isbound(valueof(p_cert).signer_info)) {
p_si := valueof(p_cert).signer_info;
if (isbound(valueof(p_cert.signer_info))) {
p_si := valueof(p_cert.signer_info);
return true;
}
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment