aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/sha256.h')
-rw-r--r--src/nvim/sha256.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/sha256.h b/src/nvim/sha256.h
index b8d6bf5c76..0df4746167 100644
--- a/src/nvim/sha256.h
+++ b/src/nvim/sha256.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_SHA256_H
-#define NEOVIM_SHA256_H
+#ifndef NVIM_SHA256_H
+#define NVIM_SHA256_H
typedef struct {
uint32_t total[2];
@@ -15,4 +15,4 @@ char_u *sha256_key(char_u *buf, char_u *salt, int salt_len);
int sha256_self_test(void);
void sha2_seed(char_u *header, int header_len, char_u *salt, int salt_len);
-#endif // NEOVIM_SHA256_H
+#endif // NVIM_SHA256_H