From 5e8fdda93032b2668636e93a105a335cef4065bc Mon Sep 17 00:00:00 2001
From: Matt Birkholz <matt@birkholz.chandler.az.us>
Date: Fri, 6 Sep 2013 21:36:17 -0700
Subject: [PATCH] blowfish: Typo in blowfish.cdecls.

---
 src/blowfish/blowfish.cdecl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/blowfish/blowfish.cdecl b/src/blowfish/blowfish.cdecl
index b031ce31a..179a83aba 100644
--- a/src/blowfish/blowfish.cdecl
+++ b/src/blowfish/blowfish.cdecl
@@ -72,7 +72,7 @@ USA.
 	(length long)
 	(schedule (* BF_KEY))
 	(ivec (* uchar))
-	(num (* int)))
+	(num int)))
 
 (extern (* (const char)) BF_options)
 
-- 
2.25.1