Add the blowfish encryption patch from Mohsin Ahmed.  Needs more work.
diff --git a/src/structs.h b/src/structs.h
index 72bd96c..5aceb59 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1358,6 +1358,7 @@
 #ifdef FEAT_INS_EXPAND
     char_u	*b_p_cpt;	/* 'complete' */
 #endif
+    long	b_p_cm;		/* 'cryptmethod' */
 #ifdef FEAT_COMPL_FUNC
     char_u	*b_p_cfu;	/* 'completefunc' */
     char_u	*b_p_ofu;	/* 'omnifunc' */