clarifying comment for crypto_pk_get_fingerprint

svn:r1243
This commit is contained in:
Roger Dingledine
2004-03-08 00:11:37 +00:00
parent 6a3d451c4a
commit ff4469c04b
+3
View File
@@ -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)
{