[pkg-opensc-commit] [libp11] 12/33: Make evp-sign verbose
Eric Dorland
eric at moszumanska.debian.org
Mon Sep 19 02:11:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 6276c0a300c289f9407922827c351a74f688a907
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date: Thu Jul 21 16:47:49 2016 +0200
Make evp-sign verbose
---
tests/evp-sign.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/evp-sign.c b/tests/evp-sign.c
index 5d7ee22..18e9318 100644
--- a/tests/evp-sign.c
+++ b/tests/evp-sign.c
@@ -194,6 +194,11 @@ int main(int argc, char **argv)
exit(1);
}
+ if (!ENGINE_ctrl_cmd_string(e, "VERBOSE", NULL, 0)) {
+ display_openssl_errors(__LINE__);
+ exit(1);
+ }
+
if (!ENGINE_ctrl_cmd_string(e, "MODULE_PATH", module_path, 0)) {
display_openssl_errors(__LINE__);
exit(1);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list