Compare commits
3 Commits
e0a77dacf7
...
2d3fd3317b
Author | SHA1 | Date | |
---|---|---|---|
2d3fd3317b | |||
803b048f8c | |||
73bf4b861a |
@ -22,7 +22,7 @@ self-contained and it should be easy to grasp and change to suit to your needs.
|
|||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
Build dependencies: Meson, a C++11 compiler, pkg-config +
|
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
|
$ git clone https://git.janouch.name/p/pdf-simple-sign.git
|
||||||
$ cd pdf-simple-sign
|
$ cd pdf-simple-sign
|
||||||
|
@ -967,7 +967,6 @@ int main(int argc, char* argv[]) {
|
|||||||
(void) unlink(output_path);
|
(void) unlink(output_path);
|
||||||
die(3, "%s: %s", output_path, strerror(errno));
|
die(3, "%s: %s", output_path, strerror(errno));
|
||||||
}
|
}
|
||||||
fclose(fp);
|
|
||||||
} else {
|
} else {
|
||||||
die(3, "%s: %s", output_path, strerror(errno));
|
die(3, "%s: %s", output_path, strerror(errno));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user