io.sockets.secure.openssl: Fix using list.

db4
Doug Coleman 2014-04-02 23:11:52 -05:00
parent ee19a97869
commit a02e8e3cda
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
USING: accessors alien continuations http.client http.server io.servers
io.sockets io.sockets.private io.sockets.secure io.sockets.secure.openssl
kernel openssl.libcrypto openssl.libssl sequences system tools.test urls
unix.ffi ;
vocabs.parser ;
IN: io.sockets.secure.openssl.tests
<< os windows? [ "windows.winsock" ] [ "unix.ffi" ] if use-vocab >>