summaryrefslogtreecommitdiff
path: root/bdb/ecdsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'bdb/ecdsa.c')
-rw-r--r--bdb/ecdsa.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/bdb/ecdsa.c b/bdb/ecdsa.c
deleted file mode 100644
index f4d17287..00000000
--- a/bdb/ecdsa.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright (c) 2015 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- *
- * Boot descriptor block firmware ECDSA stub
- */
-
-#include <string.h>
-#include "bdb.h"
-
-int bdb_ecdsa521_verify(const uint8_t *key_data,
- const uint8_t *sig,
- const uint8_t *digest)
-{
- /* This is just a stub */
- return BDB_ERROR_DIGEST;
-}