From 85338fe1d5a56f82546e16c305c2048c081771e0 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Wed, 7 May 2014 18:04:54 +0200 Subject: Remove cryptography As discussed in #694, vim encryption uses old, obsolete algorithms that are poorly implemented. Since insecure cryptography is worse than no cryptgraphy, the community voted in favor of removing all crypto. Various alternatives to the old crypto is being discussed in #701. Closes #694. --- src/nvim/strings.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/strings.c') diff --git a/src/nvim/strings.c b/src/nvim/strings.c index fbad71e3c6..50669dfcfb 100644 --- a/src/nvim/strings.c +++ b/src/nvim/strings.c @@ -4,7 +4,6 @@ #include "nvim/strings.h" #include "nvim/misc2.h" #include "nvim/file_search.h" -#include "nvim/blowfish.h" #include "nvim/buffer.h" #include "nvim/charset.h" #include "nvim/diff.h" -- cgit