openssl.libcrypto: needed << ... >>
parent
02758aeadb
commit
7483dd7215
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue