Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Commit

Permalink
Compile, *then* commit. Stupid semi-colons
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Ballance committed Jul 7, 2009
1 parent b9d3196 commit 1f9568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seccure/test/test_libseccure.c
Expand Up @@ -267,7 +267,7 @@ void __test_encrypt()
if (result)
ecc_free_data(result);
if (decrypted)
ecc_free_data(decrypted)
ecc_free_data(decrypted);

ecc_free_state(state);
ecc_free_keypair(kp);
Expand Down

0 comments on commit 1f9568b

Please sign in to comment.