commit | 4ae3866b38abbc456ee77654d43332f6aa64ab1e | [log] [tgz] |
---|---|---|
author | The Android Automerger <android-build@google.com> | Tue May 13 05:51:15 2014 -0700 |
committer | The Android Automerger <android-build@google.com> | Tue May 13 05:51:15 2014 -0700 |
tree | fc6f96f6fe59d54df3921f6ff7346aa6d66b8aa0 | |
parent | e370094aedc7d529ab30d5bac8ad48b1ebe57897 [diff] | |
parent | 7571728eda457d311daacc30b3ea366687ee4e7e [diff] |
merge in master-release history after reset to e370094aedc7d529ab30d5bac8ad48b1ebe57897
diff --git a/libmincrypt/p256.c b/libmincrypt/p256.c index 1608d37..555a07a 100644 --- a/libmincrypt/p256.c +++ b/libmincrypt/p256.c
@@ -49,8 +49,6 @@ {{0x27d2604b, 0x3bce3c3e, 0xcc53b0f6, 0x651d06b0, 0x769886bc, 0xb3ebbd55, 0xaa3a93e7, 0x5ac635d8}}; -static const p256_int p256_one = P256_ONE; - void p256_init(p256_int* a) { memset(a, 0, sizeof(*a)); }