X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fstarttls.el;h=4b4839a4df2b0a84debef9aa96ad5d0e6a209e73;hb=6d225814ad9bb5ebd7047a4c3b2117ba6a4f5894;hp=bf1982f54dda1e2ffec0a1a0b7f7c595f77d42b2;hpb=a4cc1a7862f0e7e0eba0acadfe8ffad990e4fe41;p=gnus diff --git a/lisp/starttls.el b/lisp/starttls.el index bf1982f54..4b4839a4d 100644 --- a/lisp/starttls.el +++ b/lisp/starttls.el @@ -1,7 +1,6 @@ ;;; starttls.el --- STARTTLS functions -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999-2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno ;; Author: Simon Josefsson @@ -269,6 +268,7 @@ handshake, or nil on failure." host port (if done "done" "failed")) process)) +;;;###autoload (defun starttls-open-stream (name buffer host port) "Open a TLS connection for a port to a host. Returns a subprocess object to represent the connection.