summaryrefslogtreecommitdiffstats
path: root/verifier.h
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-11-06 16:49:25 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-11-06 16:49:25 +0100
commit26860098e8716628f15422af268c5186c76c1b1b (patch)
treee21e8b799369e535f4a112783919aae079b3a35b /verifier.h
parentFix some includes that are not longer present (diff)
downloadandroid_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 'verifier.h')
-rw-r--r--verifier.h2
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;