Skip to content

Commit

Permalink
no more bins for realz.
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed May 2, 2022
1 parent c472847 commit b2360b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wrapper/CSharp/wolfTPM-tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,8 @@ public void TryLoadRSAPublicKey()
{
int ret = (int)Status.TPM_RC_SUCCESS;
Key pub_key;
byte[] pub_buffer;
int exp = 0x10001;

pub_buffer = File.ReadAllBytes("rsa_public.bin");
PrintByteArray(pub_buffer);

pub_key = new Key();
Expand Down

0 comments on commit b2360b4

Please sign in to comment.