summaryrefslogtreecommitdiff
path: root/security/pinentry/files/patch-qt::pinentrycontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'security/pinentry/files/patch-qt::pinentrycontroller.cpp')
-rw-r--r--security/pinentry/files/patch-qt::pinentrycontroller.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pinentry/files/patch-qt::pinentrycontroller.cpp b/security/pinentry/files/patch-qt::pinentrycontroller.cpp
new file mode 100644
index 000000000000..db9614385560
--- /dev/null
+++ b/security/pinentry/files/patch-qt::pinentrycontroller.cpp
@@ -0,0 +1,11 @@
+--- qt/pinentrycontroller.cpp.orig Thu Jan 30 09:25:51 2003
++++ qt/pinentrycontroller.cpp Thu Jan 30 09:26:15 2003
+@@ -56,6 +56,8 @@
+
+ assuan_set_malloc_hooks( secmem_malloc, secmem_realloc, secmem_free );
+ int rc = assuan_init_pipe_server( &_ctx, fds );
++ assuan_set_log_stream (_ctx, stderr);
++
+ if( rc ) {
+ qDebug(assuan_strerror( static_cast<AssuanError>(rc) ));
+ exit(-1);