From: Roger Dingledine Date: Mon, 8 Mar 2004 00:11:37 +0000 (+0000) Subject: clarifying comment for crypto_pk_get_fingerprint X-Git-Tag: debian-version-0.0.1+0.0.2pre25-1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20f11f1800f6269914e6dc95b97ab9310603ca6a;p=thirdparty%2Ftor.git clarifying comment for crypto_pk_get_fingerprint svn:r1243 --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 9ffc9934df..e1115cb85f 100644 --- a/src/common/crypto.c +++ b/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) {