git.fiddlerwoaroof.com
Browse code

Account for #'make-ssl-client-stream introduction into acl-compat.

Orivej Desh authored on 29/02/2012 21:59:05
Showing 1 changed files
... ...
@@ -8,7 +8,6 @@
8 8
                 (union '(excl) (package-nicknames 'acl-compat.excl)))
9 9
 
10 10
 (in-package #:socket)
11
-(import 'cl+ssl:make-ssl-client-stream)
12 11
 (export 'make-ssl-client-stream)
13 12
 
14 13
 (in-package #:cl-user)