summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-18 15:54:14 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-18 15:54:14 +0000
commitd80daeae2fe3d2c629a8a7177388adff2ce02638 (patch)
tree2def69909d580a02212b0e956742359ded0da022
parent3f3dcd5972892644b396517fd8e18c3e47afcbfe (diff)
downloadgnutls-d80daeae2fe3d2c629a8a7177388adff2ce02638.tar.gz
*** empty log message ***
-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);
}