io.sockets.secure.windows: Try to fix compile error.
parent
37f047c1df
commit
a303637850
|
@ -9,7 +9,7 @@ M: openssl ssl-certificate-verification-supported? f ;
|
||||||
M: windows socket-handle handle>> alien-address ;
|
M: windows socket-handle handle>> alien-address ;
|
||||||
|
|
||||||
M: secure ((client)) ( addrspec -- handle )
|
M: secure ((client)) ( addrspec -- handle )
|
||||||
addrspec>> ((client)) <ssl-socket> ;
|
addrspec>> ((client)) f <ssl-socket> ;
|
||||||
|
|
||||||
M: secure (get-local-address) ( handle remote -- sockaddr )
|
M: secure (get-local-address) ( handle remote -- sockaddr )
|
||||||
[ file>> ] [ addrspec>> ] bi* (get-local-address) ;
|
[ file>> ] [ addrspec>> ] bi* (get-local-address) ;
|
||||||
|
|
Loading…
Reference in New Issue