From 3c1927432963e73e14147bea7ae60d3bc524febd Mon Sep 17 00:00:00 2001
From: Justin Karneges <justin@affinix.com>
Date: Wed, 23 Apr 2008 22:54:03 +0000
Subject: [PATCH] pgp fingerprint is much longer than 16 digits :)

svn path=/trunk/kdesupport/qca/; revision=800342
---
 include/QtCrypto/qca_cert.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/QtCrypto/qca_cert.h b/include/QtCrypto/qca_cert.h
index d2131e52..09956a08 100644
--- a/include/QtCrypto/qca_cert.h
+++ b/include/QtCrypto/qca_cert.h
@@ -2434,7 +2434,7 @@ public:
 	/**
 	   The key fingerpint
 
-	   This will return the PGP fingerprint as a string. It comprises 16
+	   This will return the PGP fingerprint as a string. It comprises 40
 	   hex digits, without spaces.
 	*/
 	QString fingerprint() const;