| Index: host/include/signature_digest.h
|
| diff --git a/misclibs/include/signature_digest.h b/host/include/signature_digest.h
|
| similarity index 95%
|
| rename from misclibs/include/signature_digest.h
|
| rename to host/include/signature_digest.h
|
| index 2376b972105e2451fb21f8a48cab93940365bd37..55662b940b24ecd2ee8fc7d45be1c0c4c99ae28e 100644
|
| --- a/misclibs/include/signature_digest.h
|
| +++ b/host/include/signature_digest.h
|
| @@ -11,7 +11,7 @@
|
| /* Returns a buffer with DigestInfo (which depends on [algorithm])
|
| * prepended to [digest].
|
| */
|
| -uint8_t* prepend_digestinfo(int algorithm, uint8_t* digest);
|
| +uint8_t* PrependDigestInfo(int algorithm, uint8_t* digest);
|
|
|
| /* Function that outputs the message digest of the contents of a buffer in a
|
| * format that can be used as input to OpenSSL for an RSA signature.
|
|
|