aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-31 13:23:08 +0100
committerChristian Grothoff <christian@grothoff.org>2017-10-31 13:23:08 +0100
commita901264efb50a61f096a4966a0cb5789690706f0 (patch)
tree1c0309c17f1bd5389fb7f069b96e0459e8b1d3b2 /src/include/gnunet_crypto_lib.h
parentb658d1a112ba6e20f7affeea225ef438166defc0 (diff)
downloadgnunet-a901264efb50a61f096a4966a0cb5789690706f0.tar.gz
gnunet-a901264efb50a61f096a4966a0cb5789690706f0.zip
add missing const
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 07cade0e3..5dc5b60d7 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -2105,7 +2105,7 @@ GNUNET_CRYPTO_rsa_signature_dup (const struct GNUNET_CRYPTO_RsaSignature *sig);
2105 * @return unblinded signature on success, NULL if RSA key is bad or malicious. 2105 * @return unblinded signature on success, NULL if RSA key is bad or malicious.
2106 */ 2106 */
2107struct GNUNET_CRYPTO_RsaSignature * 2107struct GNUNET_CRYPTO_RsaSignature *
2108GNUNET_CRYPTO_rsa_unblind (struct GNUNET_CRYPTO_RsaSignature *sig, 2108GNUNET_CRYPTO_rsa_unblind (const struct GNUNET_CRYPTO_RsaSignature *sig,
2109 const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks, 2109 const struct GNUNET_CRYPTO_RsaBlindingKeySecret *bks,
2110 struct GNUNET_CRYPTO_RsaPublicKey *pkey); 2110 struct GNUNET_CRYPTO_RsaPublicKey *pkey);
2111 2111