go-sqlcipher
go-sqlcipher copied to clipboard
go-sqlcipher does not bundle OpenSSL library?
Hello,
We have a user that runs our application (executable) on Ubuntu 20, and he needed to install the libssl1.0.0 library.
Does go-sqlcipher not bundle the OpenSSL library?
@chess-equality this library won't ship the OpenSSL with it. If you want to ship the software as the binary, you need to pre-install the OpenSSL dependency or distribute it with it as a bundle.