projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad81ca9
)
Remove unnecessary debugging fprintf
author
Mouse
<mouse008@gmail.com>
Sun, 3 Jan 2016 23:47:57 +0000
(18:47 -0500)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 13 Jan 2016 00:23:34 +0000
(
01:23
+0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/pkeyutl.c
patch
|
blob
|
history
diff --git
a/apps/pkeyutl.c
b/apps/pkeyutl.c
index 014738862cabeb9908b3bfef71235f741de311f6..cc69ca9a8e39c3acd96c92ce25b1004cf4a1b0d6 100644
(file)
--- a/
apps/pkeyutl.c
+++ b/
apps/pkeyutl.c
@@
-420,7
+420,6
@@
static EVP_PKEY_CTX *init_ctx(int *pkeysize,
goto end;
if ((keyform == FORMAT_ENGINE) && (strncmp(ENGINE_get_name(e),"pkcs11 engine", strlen("pkcs11 engine"))==0)) {
- fprintf(stderr, "engine name = \"%s\"\n", ENGINE_get_name(e));
ctx = EVP_PKEY_CTX_new(pkey, NULL);
} else {
ctx = EVP_PKEY_CTX_new(pkey, e);