|
Revision 2698, 407 bytes
(checked in by hans, 10 months ago)
|
updated cl+ssl from CVS trunk - now with deadlines
|
| Line | |
|---|
| 1 |
;;; Copyright (C) 2001, 2003 Eric Marsden |
|---|
| 2 |
;;; Copyright (C) 2005 David Lichteblau |
|---|
| 3 |
;;; "the conditions and ENSURE-SSL-FUNCALL are by Jochen Schmidt." |
|---|
| 4 |
;;; |
|---|
| 5 |
;;; See LICENSE for details. |
|---|
| 6 |
|
|---|
| 7 |
(in-package :cl-user) |
|---|
| 8 |
|
|---|
| 9 |
(defpackage :cl+ssl |
|---|
| 10 |
(:use :common-lisp :trivial-gray-streams) |
|---|
| 11 |
(:export #:ensure-initialized |
|---|
| 12 |
#:reload |
|---|
| 13 |
#:stream-fd |
|---|
| 14 |
#:make-ssl-client-stream |
|---|
| 15 |
#:make-ssl-server-stream)) |
|---|