summaryrefslogtreecommitdiffstats
path: root/lib/extras/randomart.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extras/randomart.h')
-rw-r--r--lib/extras/randomart.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/extras/randomart.h b/lib/extras/randomart.h
new file mode 100644
index 0000000..b468eb4
--- /dev/null
+++ b/lib/extras/randomart.h
@@ -0,0 +1,10 @@
+#ifndef GNUTLS_LIB_EXTRAS_RANDOMART_H
+#define GNUTLS_LIB_EXTRAS_RANDOMART_H
+
+char *_gnutls_key_fingerprint_randomart(uint8_t * dgst_raw,
+ u_int dgst_raw_len,
+ const char *key_type,
+ unsigned int key_size,
+ const char *prefix);
+
+#endif /* GNUTLS_LIB_EXTRAS_RANDOMART_H */