mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Add version tag to gnutls-min-prime-bits
* lisp/net/gnutls.el (gnutls-min-prime-bits): Add version tag.
This commit is contained in:
parent
ab67287872
commit
68b531e99e
1 changed files with 2 additions and 1 deletions
|
|
@ -137,7 +137,8 @@ network security is handled at a higher level via
|
|||
node `(emacs) Network Security'."
|
||||
:type '(choice (const :tag "Use default value" nil)
|
||||
(integer :tag "Number of bits" 2048))
|
||||
:group 'gnutls)
|
||||
:group 'gnutls
|
||||
:version "27.1")
|
||||
|
||||
(defcustom gnutls-crlfiles
|
||||
'(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue