summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-05-10 18:15:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-10 18:15:50 +0200
commitb0a89d8086577ee0b8d9eb81d7fdd07e8f7662dd (patch)
tree2b51bac05ace287702b55858e9366059f34fa489 /include
parent5fdedd222f566b61f9e5c9278e10af777384e9b4 (diff)
parent49b2ae70344bc3212aa268576cb15d903b32558e (diff)
downloadbarebox-b0a89d8086577ee0b8d9eb81d7fdd07e8f7662dd.tar.gz
barebox-b0a89d8086577ee0b8d9eb81d7fdd07e8f7662dd.tar.xz
Merge branch 'for-next/ubifs'
Diffstat (limited to 'include')
-rw-r--r--include/digest.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/digest.h b/include/digest.h
index a87e29bd28..474bdd160a 100644
--- a/include/digest.h
+++ b/include/digest.h
@@ -113,6 +113,11 @@ static inline struct digest *digest_alloc(const char *name)
return NULL;
}
+static inline struct digest *digest_alloc_by_algo(enum hash_algo algo)
+{
+ return NULL;
+}
+
static inline void digest_free(struct digest *d)
{
}