io.sockets.secure: (server) needs a method on secure for Windows too. Move the method to a vocab that both platforms load.
parent
0f217b9cf0
commit
b63aaff1c5
|
@ -62,6 +62,8 @@ C: <secure> secure
|
|||
|
||||
M: secure present addrspec>> present " (secure)" append ;
|
||||
|
||||
M: secure (server) addrspec>> (server) ;
|
||||
|
||||
CONSULT: inet secure addrspec>> ;
|
||||
|
||||
M: secure resolve-host ( secure -- seq )
|
||||
|
|
|
@ -24,8 +24,6 @@ M: secure (get-local-address) addrspec>> (get-local-address) ;
|
|||
M: secure establish-connection ( client-out remote -- )
|
||||
addrspec>> [ establish-connection ] [ secure-connection ] 2bi ;
|
||||
|
||||
M: secure (server) addrspec>> (server) ;
|
||||
|
||||
M: secure (accept)
|
||||
[
|
||||
addrspec>> (accept) [ |dispose f <ssl-socket> ] dip
|
||||
|
|
Loading…
Reference in New Issue