aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/blowfish.h')
-rw-r--r--src/nvim/blowfish.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/blowfish.h b/src/nvim/blowfish.h
index 288187f433..2d1d0ba1a0 100644
--- a/src/nvim/blowfish.h
+++ b/src/nvim/blowfish.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_BLOWFISH_H
-#define NEOVIM_BLOWFISH_H
+#ifndef NVIM_BLOWFISH_H
+#define NVIM_BLOWFISH_H
void bf_key_init(char_u *password, char_u *salt, int salt_len);
void bf_cfb_init(char_u *iv, int iv_len);
@@ -10,4 +10,4 @@ void bf_crypt_save(void);
void bf_crypt_restore(void);
int blowfish_self_test(void);
-#endif // NEOVIM_BLOWFISH_H
+#endif // NVIM_BLOWFISH_H