comparison lisp/net/tls.el @ 82963:810622932352

* netrc.el, tls.el: Removed; use files from ../net instead. * net/tls.el (tls-process-connection-type): Fix docstring. (Sync with Gnus v5_10 branch.)
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 17 Aug 2004 09:46:48 +0000
parents 695cf19ef79e
children 821d95294db5 cce1c0ee76ee
comparison
equal deleted inserted replaced
82962:65d788910f67 82963:810622932352
64 after successful negotiation." 64 after successful negotiation."
65 :type '(repeat string) 65 :type '(repeat string)
66 :group 'tls) 66 :group 'tls)
67 67
68 (defcustom tls-process-connection-type nil 68 (defcustom tls-process-connection-type nil
69 "*Value for `process-connection-type' to use when starting process." 69 "*Value for `process-connection-type' to use when starting TLS process."
70 :type 'boolean 70 :type 'boolean
71 :group 'tls) 71 :group 'tls)
72 72
73 (defcustom tls-success "- Handshake was completed" 73 (defcustom tls-success "- Handshake was completed"
74 "*Regular expression indicating completed TLS handshakes. 74 "*Regular expression indicating completed TLS handshakes.