openssl.libcrypto: needed << ... >>
parent
02758aeadb
commit
7483dd7215
|
@ -9,11 +9,13 @@ USING: alien alien.syntax combinators kernel system ;
|
||||||
|
|
||||||
IN: openssl.libcrypto
|
IN: openssl.libcrypto
|
||||||
|
|
||||||
|
<<
|
||||||
"libcrypto" {
|
"libcrypto" {
|
||||||
{ [ win32? ] [ "libeay32.dll" "stdcall" ] }
|
{ [ win32? ] [ "libeay32.dll" "stdcall" ] }
|
||||||
{ [ macosx? ] [ "libcrypto.dylib" "cdecl" ] }
|
{ [ macosx? ] [ "libcrypto.dylib" "cdecl" ] }
|
||||||
{ [ unix? ] [ "libcrypto.so" "cdecl" ] }
|
{ [ unix? ] [ "libcrypto.so" "cdecl" ] }
|
||||||
} cond add-library
|
} cond add-library
|
||||||
|
>>
|
||||||
|
|
||||||
C-STRUCT: bio-method
|
C-STRUCT: bio-method
|
||||||
{ "int" "type" }
|
{ "int" "type" }
|
||||||
|
|
Loading…
Reference in New Issue