Skip to content

Commit 650de3a

Browse files
committed
fixup! Fix: Eliminate compiler warnings during build process (#3)
1 parent 96fc7c7 commit 650de3a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vfdecrypt.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3030
* OTHER DEALINGS IN THE SOFTWARE.
3131
*/
32+
/*
33+
* Based on: vfdecrypt (MIT, 2006) by R.-P. Weinmann, J. Appelbaum, C. Fromme.
34+
* Modernization & fixes (OpenSSL 3 EVP, portability, warnings, bugfix in v2 unwrap)
35+
* by Eduard Pană edipana0409@gmail.com for Malus Security, 2025.
36+
*/
3237

3338
#include <stdio.h>
3439
#include <stdlib.h>

0 commit comments

Comments
 (0)