mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
clean up a broken comment in crypto.c
svn:r351
This commit is contained in:
parent
d8af672bb6
commit
23b1586c26
@ -366,8 +366,8 @@ int crypto_pk_write_public_key_to_string(crypto_pk_env_t *env, char **dest, int
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user