summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 660c02e8a8..068683fcd5 100644
--- a/src/common.c
+++ b/src/common.c
@@ -103,7 +103,7 @@ void print_openpgp_info(GNUTLS_STATE state)
printable);
gnutls_openpgp_extract_key_name(&cert_list
- [0], &pgp_name);
+ [0], 0, &pgp_name);
PRINT_PGP_NAME(pgp_name);
}