summaryrefslogtreecommitdiffstats
path: root/commands/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands/internal.h')
-rw-r--r--commands/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/internal.h b/commands/internal.h
new file mode 100644
index 0000000000..29cc656e9b
--- /dev/null
+++ b/commands/internal.h
@@ -0,0 +1,3 @@
+int __do_digest(struct digest *d, unsigned char *key, int keylen,
+ unsigned char *sig,
+ int argc, char *argv[]);