openssl.libcrypto: needed << ... >>

db4
Eduardo Cavazos 2008-03-14 18:20:15 -06:00
parent 02758aeadb
commit 7483dd7215
1 changed files with 2 additions and 0 deletions

View File

@ -9,11 +9,13 @@ USING: alien alien.syntax combinators kernel system ;
IN: openssl.libcrypto
<<
"libcrypto" {
{ [ win32? ] [ "libeay32.dll" "stdcall" ] }
{ [ macosx? ] [ "libcrypto.dylib" "cdecl" ] }
{ [ unix? ] [ "libcrypto.so" "cdecl" ] }
} cond add-library
>>
C-STRUCT: bio-method
{ "int" "type" }