Synch with `slim-1_14'.
authoryamaoka <yamaoka>
Mon, 2 Oct 2000 01:06:19 +0000 (01:06 +0000)
committeryamaoka <yamaoka>
Mon, 2 Oct 2000 01:06:19 +0000 (01:06 +0000)
lisp/starttls.el

index 8d5600e..529dea5 100644 (file)
@@ -74,6 +74,11 @@ specifying a port number to connect to."
     (process-kill-without-query process)
     process))
 
+(defun starttls-open-ssl-stream (name buffer host service)
+  (let* ((starttls-extra-args
+         (cons "--force" starttls-extra-args)))
+    (starttls-open-stream name buffer host service)))
+
 (provide 'starttls)
 
 ;;; starttls.el ends here