[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 22:15:15 CET 2024




Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/1826#note_1832801210

Sorry for the wrong suggestion. I think we could work around this by renaming `nettle_rsa_compute_root_tr` instead:
```sh
    case $dst in
      */rsa-sign-tr.c)
	sed \
	  -e '/^#include <nettle\/rsa\.h>/i\
#define nettle_rsa_compute_root_tr _gnutls_nettle_backport_rsa_compute_root_tr\
' \
	  $dst > $dst-t && mv $dst-t $dst
	;;
    esac
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1826#note_1832801210
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/13ffbb28/attachment.html>


More information about the Gnutls-devel mailing list