aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_rsa.c')
-rw-r--r--src/util/crypto_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index 4b8e5a5ce..325a1fe86 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -709,7 +709,7 @@ rsa_blinding_key_free (struct RsaBlindingKey *bkey)
709 * Print an MPI to a newly created buffer 709 * Print an MPI to a newly created buffer
710 * 710 *
711 * @param v MPI to print. 711 * @param v MPI to print.
712 * @param[out] newly allocated buffer containing the result 712 * @param[out] buffer newly allocated buffer containing the result
713 * @return number of bytes stored in @a buffer 713 * @return number of bytes stored in @a buffer
714 */ 714 */
715static size_t 715static size_t