aboutsummaryrefslogtreecommitdiff
path: root/lib/Utils.Cryptography/monocypher/blake2b.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils.Cryptography/monocypher/blake2b.h')
-rw-r--r--lib/Utils.Cryptography/monocypher/blake2b.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Utils.Cryptography/monocypher/blake2b.h b/lib/Utils.Cryptography/monocypher/blake2b.h
index 4167aca..0a0b4f8 100644
--- a/lib/Utils.Cryptography/monocypher/blake2b.h
+++ b/lib/Utils.Cryptography/monocypher/blake2b.h
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2023 Vaughn Nugent
+* Copyright (c) 2024 Vaughn Nugent
*
* vnlib_monocypher is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
@@ -17,6 +17,7 @@
#pragma once
#ifndef VN_MONOCYPHER_BLAKE2_H
+#define VN_MONOCYPHER_BLAKE2_H
#include <stdint.h>
#include "util.h"