diff options
Diffstat (limited to 'rsa-internal.h')
-rw-r--r-- | rsa-internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rsa-internal.h b/rsa-internal.h index 1f98f95f..5c97eaa1 100644 --- a/rsa-internal.h +++ b/rsa-internal.h @@ -61,8 +61,9 @@ _rsa_check_size(mpz_t n); void _rsa_blind (const struct rsa_public_key *pub, void *random_ctx, nettle_random_func *random, - mpz_t c, mpz_t ri); + mpz_t c, mpz_t ri) _NETTLE_ATTRIBUTE_DEPRECATED; void -_rsa_unblind (const struct rsa_public_key *pub, mpz_t c, const mpz_t ri); +_rsa_unblind (const struct rsa_public_key *pub, mpz_t c, const mpz_t ri) + _NETTLE_ATTRIBUTE_DEPRECATED; #endif /* NETTLE_RSA_INTERNAL_H_INCLUDED */ |