Fix load error

db4
Slava Pestov 2008-11-23 03:26:25 -06:00
parent a08c9d7e6c
commit 1409ddf15c
1 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,11 @@
! Copyright (C) 2007, 2008, Slava Pestov, Elie CHAFTARI. ! Copyright (C) 2007, 2008, Slava Pestov, Elie CHAFTARI.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors byte-arrays kernel debugger sequences namespaces math USING: accessors byte-arrays kernel debugger sequences
math.order combinators init alien alien.c-types alien.strings libc namespaces math math.order combinators init alien alien.c-types
continuations destructors debugger summary splitting assocs alien.strings libc continuations destructors debugger summary
random math.parser locals unicode.case splitting assocs random math.parser locals unicode.case openssl
openssl.libcrypto openssl.libssl openssl.libcrypto openssl.libssl io.backend io.ports io.files
io.backend io.ports io.files io.encodings.8-bit io.encodings.8-bit io.timeouts io.sockets.secure ;
io.timeouts ;
IN: io.sockets.secure.openssl IN: io.sockets.secure.openssl
GENERIC: ssl-method ( symbol -- method ) GENERIC: ssl-method ( symbol -- method )