[gnutls-devel] GnuTLS | Mangle/hide GNUTLS-built nettle_rsa_compute_root_tr() (!1826)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Tue Mar 26 11:06:13 CET 2024
Alyssa Ross commented on a discussion on devel/import-from-nettle.sh: https://gitlab.com/gnutls/gnutls/-/merge_requests/1826#note_1831633690
> $dst > $dst-t && mv $dst-t $dst
> ;;
> esac
> + case $dst in
> + */rsa-sign-tr.c)
> + sed \
> + -e '/^#include <nettle\/rsa\.h>/a\
> +int\
> +gnutls_rsa_compute_root_tr(const struct rsa_public_key *pub,\
> + const struct rsa_private_key *key,\
> + void *random_ctx, nettle_random_func *random,\
> + mpz_t x, const mpz_t m);\
> +' \
> + -e 's/rsa_compute_root_tr/gnutls_rsa_compute_root_tr/' \
> + $dst > $dst-t && mv $dst-t $dst
It could! I've updated the MR.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1826#note_1831633690
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20240326/85db5f31/attachment-0001.html>
More information about the Gnutls-devel
mailing list