diff options
author | Přemysl Janouch <p@janouch.name> | 2018-08-03 19:58:36 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-08-03 19:58:36 +0200 |
commit | 803b048f8c226d2d7fab68b85be6a778f4b9f6e4 (patch) | |
tree | 6ceb7f8e97673ba463d9766c038d48253111331a /README.adoc | |
parent | 73bf4b861a6378080e9fc86e9e03f5ca068bddbd (diff) | |
download | pdf-simple-sign-803b048f8c226d2d7fab68b85be6a778f4b9f6e4.tar.gz pdf-simple-sign-803b048f8c226d2d7fab68b85be6a778f4b9f6e4.tar.xz pdf-simple-sign-803b048f8c226d2d7fab68b85be6a778f4b9f6e4.zip |
Clarify libcrypto API version in README
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 0545d60..d20ff8a 100644 --- a/README.adoc +++ b/README.adoc @@ -22,7 +22,7 @@ self-contained and it should be easy to grasp and change to suit to your needs. Building -------- Build dependencies: Meson, a C++11 compiler, pkg-config + -Runtime dependencies: libcrypto +Runtime dependencies: libcrypto (OpenSSL 1.1 API) $ git clone https://git.janouch.name/p/pdf-simple-sign.git $ cd pdf-simple-sign |