mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
clarifying comment for crypto_pk_get_fingerprint
svn:r1243
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user