diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 16:49:25 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 16:49:25 +0100 |
commit | 26860098e8716628f15422af268c5186c76c1b1b (patch) | |
tree | e21e8b799369e535f4a112783919aae079b3a35b /verifier.h | |
parent | Fix some includes that are not longer present (diff) | |
download | android_bootable_recovery-26860098e8716628f15422af268c5186c76c1b1b.tar android_bootable_recovery-26860098e8716628f15422af268c5186c76c1b1b.tar.gz android_bootable_recovery-26860098e8716628f15422af268c5186c76c1b1b.tar.bz2 android_bootable_recovery-26860098e8716628f15422af268c5186c76c1b1b.tar.lz android_bootable_recovery-26860098e8716628f15422af268c5186c76c1b1b.tar.xz android_bootable_recovery-26860098e8716628f15422af268c5186c76c1b1b.tar.zst android_bootable_recovery-26860098e8716628f15422af268c5186c76c1b1b.zip |
Diffstat (limited to '')
-rw-r--r-- | verifier.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/verifier.h b/verifier.h index 43fd5adcd..17ab257ad 100644 --- a/verifier.h +++ b/verifier.h @@ -26,8 +26,6 @@ enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT }; static const float VERIFICATION_PROGRESS_FRACTION = 0.25; -typedef struct Certificate { - typedef struct { p256_int x; p256_int y; |