]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/sockets/secure/openssl/openssl.factor
core: Add the shuffler words but without primitives.
[factor.git] / basis / io / sockets / secure / openssl / openssl.factor
index 7ee03d3adf22e11475c2ef9fda98bf4fd5fb0e89..f23c635804155954512b85be15302c158112a914 100644 (file)
@@ -238,7 +238,7 @@ SYMBOL: default-secure-context
     ] [ nip (ssl-error) ] if-zero ;
 
 : check-ssl-error ( ssl ret exra-cases/f -- event/f )
-    [ swap over SSL_get_error ] dip
+    [ tuck SSL_get_error ] dip
     {
         { SSL_ERROR_NONE [ drop f ] }
         { SSL_ERROR_WANT_READ [ drop +input+ ] }