From e949ae5aa1fd25d4d11fe31e30b7d82ae7778dc2 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 5 Aug 2024 18:01:03 -0400 Subject: fix: Find and fix openssl encryption bug --- src/providers/bcrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/bcrypt.c') diff --git a/src/providers/bcrypt.c b/src/providers/bcrypt.c index 2b9ba52..b9c370b 100644 --- a/src/providers/bcrypt.c +++ b/src/providers/bcrypt.c @@ -2,7 +2,7 @@ * Copyright (c) 2024 Vaughn Nugent * * Package: noscrypt -* File: impl/bcrypt.c +* File: providers/bcrypt.c * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License -- cgit