Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-07-03 20:50:28 -05:00
commit 1a02a0fb41
2 changed files with 2 additions and 2 deletions

2
extra/io/sockets/secure/secure.factor Normal file → Executable file
View File

@ -79,5 +79,5 @@ M: common-name-verify-error summary
{
{ [ os unix? ] [ "io.unix.sockets.secure" require ] }
{ [ os windows? ] [ ] }
{ [ os windows? ] [ "openssl" require ] }
} cond

2
extra/windows/messages/messages.factor Normal file → Executable file
View File

@ -1,6 +1,6 @@
! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: assocs hashtables kernel math namespaces words
USING: accessors assocs hashtables kernel math namespaces words
windows.types vocabs sequences ;
IN: windows.messages