stream-element-type implementiert

master
dlichteblau 2005-11-25 22:39:42 +00:00
parent 42df65ccc8
commit 8dd2cae06f
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@
:initarg :key
:accessor ssl-stream-key)))
(defmethod stream-element-type ((stream ssl-stream))
'(unsigned-byte 8))
;;; binary stream implementation
;;;
(defmethod close ((stream ssl-stream) &key abort)
(declare (ignore abort))
(force-output stream)