OSDN Git Service

Implemented optional debug logging. Writes to the syslog (Unix) or debugger (Windows).
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 13 Oct 2022 22:44:19 +0000 (00:44 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 13 Oct 2022 22:44:19 +0000 (00:44 +0200)
commitf3dc0757ab0841a87b7362a74f30ffe879651b2f
treedada8fdd8f91f5ab9ee0ce8796e7db12f85348b8
parent38cf7c3c259709c2dcddc107b57a4757fcdac3dc
Implemented optional debug logging. Writes to the syslog (Unix) or debugger (Windows).
frontend/src/crypt.c
frontend/src/crypt.h
frontend/src/main.c
frontend/src/selftest.c
libslunkcrypt/include/slunkcrypt.h
libslunkcrypt/libSlunkCrypt.vcxproj
libslunkcrypt/libSlunkCrypt.vcxproj.filters
libslunkcrypt/src/debug.c [new file with mode: 0644]
libslunkcrypt/src/debug.h [new file with mode: 0644]
libslunkcrypt/src/slunkcrypt.c