Add doc.
authorSimon Josefsson <jas@extundo.com>
Thu, 2 Oct 2003 19:59:25 +0000 (19:59 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 2 Oct 2003 19:59:25 +0000 (19:59 +0000)
contrib/starttls.el

index 8005b8d..948a078 100644 (file)
@@ -27,6 +27,8 @@
 ;; This package implements a simple wrapper around the GNU TLS command
 ;; line application "gnutls-cli" to make Emacs support STARTTLS.
 ;;
+;; This package require GNUTLS 0.9.8 (released 2003-10-02) or later.
+;;
 ;; Usage is similar to `open-network-stream', i.e.:
 ;;
 ;; (setq tmp (open-starttls-stream "test" (current-buffer) "cyrus.andrew.cmu.edu" 143))