diff options
author | vnugent <public@vaughnnugent.com> | 2024-08-05 18:01:03 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-08-05 18:01:03 -0400 |
commit | e949ae5aa1fd25d4d11fe31e30b7d82ae7778dc2 (patch) | |
tree | dd538646175a6d51b52eb0cf1bd1b25920fa05eb /src/providers/monocypher.c | |
parent | a60a3e1ca1d99d655c0cfc96e3952c371e8a8677 (diff) |
fix: Find and fix openssl encryption bug
Diffstat (limited to 'src/providers/monocypher.c')
-rw-r--r-- | src/providers/monocypher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/monocypher.c b/src/providers/monocypher.c index 8ffe048..c35f63e 100644 --- a/src/providers/monocypher.c +++ b/src/providers/monocypher.c @@ -2,7 +2,7 @@ * Copyright (c) 2024 Vaughn Nugent * * Package: noscrypt -* File: impl/monocypher.c +* File: providers/monocypher.c * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License |