From 727a3488d49d450ca60b7c0b6d2f0cd2d5df7151 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 18 Nov 2000 04:44:00 +0000 Subject: [PATCH] * configure.in (VERSION): Bump up to 0.6. * starttls.c: Rearrange header. * starttls.el: Ditto. --- configure.in | 2 +- starttls.c | 4 ++-- starttls.el | 9 ++------- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/configure.in b/configure.in index 9ad79be..83c9ed4 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(starttls.el) -AM_INIT_AUTOMAKE(starttls, 0.5) +AM_INIT_AUTOMAKE(starttls, 0.6) AM_PATH_LISPDIR diff --git a/starttls.c b/starttls.c index bd09a8c..27ef839 100644 --- a/starttls.c +++ b/starttls.c @@ -1,6 +1,6 @@ -/* TLSv1 filter for STARTTLS extension. +/* simple wrapper program for STARTTLS - Copyright (C) 1999, 2000 Daiki Ueno + Copyright (C) 1999, 2000 Free Software Foundation, Inc. Author: Daiki Ueno Created: 1999-11-19 diff --git a/starttls.el b/starttls.el index f2726ca..1875dcb 100644 --- a/starttls.el +++ b/starttls.el @@ -1,4 +1,4 @@ -;;; starttls.el --- TLSv1 functions +;;; starttls.el --- STARTTLS functions ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. @@ -25,11 +25,7 @@ ;;; Commentary: -;; This module defines some utility functions for TLSv1 functions. - -;; [RFC 2246] "The TLS Protocol Version 1.0" -;; by Christopher Allen and -;; Tim Dierks (1999/01) +;; This module defines some utility functions for STARTTLS profiles. ;; [RFC 2595] "Using TLS with IMAP, POP3 and ACAP" ;; by Chris Newman (1999/06) @@ -65,7 +61,6 @@ BUFFER is the buffer (or `buffer-name') to associate with the process. Third arg is name of the host to connect to, or its IP address. Fourth arg SERVICE is name of the service desired, or an integer specifying a port number to connect to." - (let* ((process-connection-type nil) (process (apply #'start-process name buffer starttls-program -- 1.7.10.4