Fix load error
parent
a08c9d7e6c
commit
1409ddf15c
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue