summaryrefslogtreecommitdiffstats
path: root/fingerprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'fingerprint.h')
-rw-r--r--fingerprint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fingerprint.h b/fingerprint.h
index c4ec22fc..8c603aa1 100644
--- a/fingerprint.h
+++ b/fingerprint.h
@@ -1,6 +1,6 @@
-/* RCSID("$Id: fingerprint.h,v 1.1 1999/11/16 22:49:28 markus Exp $"); */
+/* RCSID("$Id: fingerprint.h,v 1.2 1999/11/24 00:26:02 deraadt Exp $"); */
#ifndef FINGERPRINT_H
#define FINGERPRINT_H
-char * fingerprint(BIGNUM *e, BIGNUM *n);
+char *fingerprint(BIGNUM * e, BIGNUM * n);
#endif