Skip to content

Commit

Permalink
Merge branch 'main' into pr-cbrski
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk authored Sep 1, 2024
2 parents 0be65c5 + f4c78aa commit d0397b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/com/google/openthread/SecurityUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
import org.bouncycastle.cms.CMSSignedData;
import org.bouncycastle.cms.CMSSignedDataGenerator;
import org.bouncycastle.cms.CMSTypedData;
import org.bouncycastle.cms.SignerId;
import org.bouncycastle.cms.SignerInfoGenerator;
import org.bouncycastle.cms.SignerInformation;
import org.bouncycastle.cms.SignerInformationStore;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ public String ToStringSingleLine() {
}
s += " verbosity=" + this.logVerbosity;
return s;
}}
}
}

0 comments on commit d0397b0

Please sign in to comment.