diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:45:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:45:08 +0000 |
commit | dd77599e4181fe32df31d53db6da4960033b7d90 (patch) | |
tree | b56cda9073367b16604dbdd66fcd12923a99f441 /emacs-system-crypto-policies.patch | |
parent | 8ccab69f351d5a80602c5698dc420e18d1a583c8 (diff) |
automatic import of emacsopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'emacs-system-crypto-policies.patch')
-rw-r--r-- | emacs-system-crypto-policies.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs-system-crypto-policies.patch b/emacs-system-crypto-policies.patch new file mode 100644 index 0000000..2f2435c --- /dev/null +++ b/emacs-system-crypto-policies.patch @@ -0,0 +1,11 @@ +--- a/src/gnutls.c 2016-01-24 10:29:58.000000000 +0100 ++++ b/src/gnutls.c 2016-02-02 09:32:28.477274274 +0100 +@@ -1557,7 +1557,7 @@ + gnutls_certificate_credentials_t x509_cred = NULL; + gnutls_anon_client_credentials_t anon_cred = NULL; + Lisp_Object global_init; +- char const *priority_string_ptr = "NORMAL"; /* default priority string. */ ++ char const *priority_string_ptr = "@SYSTEM"; /* default priority string. */ + char *c_hostname; + + /* Placeholders for the property list elements. */ |