]> git.eshelyaron.com Git - emacs.git/commit
MS-Windows fixes as followup to import of Gnulib 'getrandom'
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 Jun 2020 15:26:20 +0000 (18:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 28 Jun 2020 15:26:20 +0000 (18:26 +0300)
commit162f375bac22786d95a253f03de0148be4fe3201
tree8c0c21467f302e779cc6fb9de18fd4de27fc9d8c
parente4028d15153a29966425d93be6374fae770d14a8
MS-Windows fixes as followup to import of Gnulib 'getrandom'

* nt/mingw-cfg.site (gl_cv_lib_assume_bcrypt): Set to "no" to
disable linking against bcrypt.dll.  (Bug#42095)

* src/gnutls.c (gnutls_rnd) [WINDOWSNT]: Don't define a function
pointer, and don't load it from GnuTLS DLL.
(w32_gnutls_rnd) [WINDOWSNT]: Delete unused function.
* src/fns.c (gnutls_rnd) [WINDOWSNT]: Don't redirect to
w32_gnutls_rnd.
nt/mingw-cfg.site
src/fns.c
src/gnutls.c