From ff4469c04b5580e3f1684b7f21ea931562e77ce2 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 8 Mar 2004 00:11:37 +0000 Subject: [PATCH] clarifying comment for crypto_pk_get_fingerprint svn:r1243 --- trunk/src/common/crypto.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/src/common/crypto.c b/trunk/src/common/crypto.c index 9ffc9934df..e1115cb85f 100644 --- a/trunk/src/common/crypto.c +++ b/trunk/src/common/crypto.c @@ -639,6 +639,9 @@ int crypto_pk_private_sign(crypto_pk_env_t *env, unsigned char *from, int fromle } } +/* Given a private or public key pk, put a fingerprint of the + * public key into fp_out. + */ int crypto_pk_get_fingerprint(crypto_pk_env_t *pk, char *fp_out) {