[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] clarifying comment for crypto_pk_get_fingerprint
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common
Modified Files:
crypto.c
Log Message:
clarifying comment for crypto_pk_get_fingerprint
Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/src/common/crypto.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- crypto.c 23 Dec 2003 07:43:05 -0000 1.51
+++ crypto.c 8 Mar 2004 00:11:37 -0000 1.52
@@ -639,6 +639,9 @@
}
}
+/* 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)
{