Compare commits
No commits in common. "2d3fd3317bbb0f002ba484bf63814ef899d55ef5" and "e0a77dacf7b49e0d2a00dcc042fb42c4da4f6be3" have entirely different histories.
2d3fd3317b
...
e0a77dacf7
@ -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 (OpenSSL 1.1 API)
|
||||
Runtime dependencies: libcrypto
|
||||
|
||||
$ git clone https://git.janouch.name/p/pdf-simple-sign.git
|
||||
$ cd pdf-simple-sign
|
||||
|
@ -967,6 +967,7 @@ int main(int argc, char* argv[]) {
|
||||
(void) unlink(output_path);
|
||||
die(3, "%s: %s", output_path, strerror(errno));
|
||||
}
|
||||
fclose(fp);
|
||||
} else {
|
||||
die(3, "%s: %s", output_path, strerror(errno));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user