From: Stephane Glondu <steph@glondu.net>
Date: Sat, 7 May 2011 15:19:41 +0200
Subject: Add a constructor to NullNameValuePairs in CryptoPP.h

Fixes FTBFS with g++ 4.6.

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625051
Signed-off-by: Stephane Glondu <steph@glondu.net>
---
 src/utils/lib/CryptoPP.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/utils/lib/CryptoPP.h b/src/utils/lib/CryptoPP.h
index 775a898..af1621b 100644
--- a/src/utils/lib/CryptoPP.h
+++ b/src/utils/lib/CryptoPP.h
@@ -695,6 +695,7 @@ class CRYPTOPP_DLL NullNameValuePairs : public NameValuePairs
 {
 public:
 	bool GetVoidValue(const char* /* name */, const std::type_info& /* valueType */, void* /* pValue */) const {return false;}
+	NullNameValuePairs() {}
 };
 
 //! _
-- 
