mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-05 04:38:26 +03:00
Merge pull request #4900 from unisonweb/topic/jit-ffi
This commit is contained in:
commit
0162c99659
@ -21,16 +21,11 @@
|
||||
hashBytes
|
||||
hmacBytes)))
|
||||
|
||||
(define libcrypto
|
||||
(with-handlers [[exn:fail? exn->string]]
|
||||
(ffi-lib "libcrypto" openssl-lib-versions)))
|
||||
|
||||
(define-runtime-path libb2-so
|
||||
'(so "libb2" ("" "1" #f)))
|
||||
(define-runtime-path libb2-so '(so "libb2" ("1" #f)))
|
||||
|
||||
(define libb2
|
||||
(with-handlers [[exn:fail? exn->string]]
|
||||
(ffi-lib libb2-so)))
|
||||
(ffi-lib libb2-so '("1" #f))))
|
||||
|
||||
(define _EVP-pointer (_cpointer 'EVP))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user