summaryrefslogtreecommitdiff
path: root/host/lib/include/file_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/file_keys.h')
-rw-r--r--host/lib/include/file_keys.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/host/lib/include/file_keys.h b/host/lib/include/file_keys.h
index 39fdc5ac..ac6f9ee4 100644
--- a/host/lib/include/file_keys.h
+++ b/host/lib/include/file_keys.h
@@ -31,13 +31,4 @@ RSAPublicKey* RSAPublicKeyFromFile(const char* input_file);
*/
uint8_t* DigestFile(char* input_file, int sig_algorithm);
-/* Helper function to invoke external program to calculate signature on
- * [input_file] using private key [key_file] and signature algorithm
- * [algorithm].
- *
- * Returns the signature. Caller owns the buffer and must Free() it.
- */
-uint8_t* SignatureFile(const char* input_file, const char* key_file,
- unsigned int algorithm);
-
#endif /* VBOOT_REFERENCE_FILE_KEYS_H_ */