From 00d182088cecefc08ca80b1faee9bed3f215f40b Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 15 Mar 2024 01:05:27 -0400 Subject: chore: #6 Use utils filewatcher instead of built-in --- lib/Utils.Cryptography/monocypher/blake2b.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Utils.Cryptography/monocypher/blake2b.h') 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 #include "util.h" -- cgit