$OpenBSD: patch-kwalletd_backend_blowfish_h,v 1.1 2014/07/09 20:03:31 zhuk Exp $
Unbreak compilation.
--- kwalletd/backend/blowfish.h.orig	Wed Jun  4 00:10:59 2014
+++ kwalletd/backend/blowfish.h	Wed Jun  4 00:11:12 2014
@@ -53,8 +53,8 @@ class KWALLETBACKEND_EXPORT BlowFish : public BlockCip
 		virtual int decrypt(void *block, int len);
 
 	private:
-		uint32_t _S[4][256];
-		uint32_t _P[18];
+		uint32_t S[4][256];
+		uint32_t P[18];
 
 		void *_key;
 		int _keylen;  // in bits
