]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/openssl/libcrypto/libcrypto.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / basis / openssl / libcrypto / libcrypto.factor
index fb39a8e51bef955c6c4fa5666914ac3bea53f078..4ab59b7ad672a2f5ec974905b2f2b214b5fab283 100644 (file)
@@ -14,7 +14,7 @@ IN: openssl.libcrypto
 {
     { [ os openbsd? ] [ ] } ! VM is linked with it
     { [ os netbsd? ] [ ] }
-    { [ os winnt? ] [ "libcrypto" "libeay32.dll" cdecl add-library ] }
+    { [ os windows? ] [ "libcrypto" "libeay32.dll" cdecl add-library ] }
     { [ os macosx? ] [ "libcrypto" "libcrypto.dylib" cdecl add-library ] }
     { [ os unix? ] [ "libcrypto" "libcrypto.so" cdecl add-library ] }
 } cond