[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] clean up a broken comment in crypto.c
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home/arma/work/onion/cvs/src/common
Modified Files:
crypto.c
Log Message:
clean up a broken comment in crypto.c
Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/src/common/crypto.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- crypto.c 18 Jun 2003 07:44:48 -0000 1.25
+++ crypto.c 24 Jun 2003 21:34:19 -0000 1.26
@@ -366,8 +366,8 @@
b = BIO_new(BIO_s_mem()); /* Create a memory BIO */
/* Now you can treat b as if it were a file. Just use the
- * * PEM_*_bio_* functions instead of the non-bio variants.
- * */
+ * PEM_*_bio_* functions instead of the non-bio variants.
+ */
if(!PEM_write_bio_RSAPublicKey(b, (RSA *)env->key))
return -1;