summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/fingerprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/fingerprint.h')
-rw-r--r--usr.bin/ssh/fingerprint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ssh/fingerprint.h b/usr.bin/ssh/fingerprint.h
new file mode 100644
index 00000000000..c4ec22fc419
--- /dev/null
+++ b/usr.bin/ssh/fingerprint.h
@@ -0,0 +1,6 @@
+/* RCSID("$Id: fingerprint.h,v 1.1 1999/11/16 22:49:28 markus Exp $"); */
+
+#ifndef FINGERPRINT_H
+#define FINGERPRINT_H
+char * fingerprint(BIGNUM *e, BIGNUM *n);
+#endif