Removed unused string constant

This commit is contained in:
Armin Novak 2021-11-30 10:01:11 +01:00 committed by akallabeth
parent 298c0f52db
commit 4551ecf845

View File

@ -38,8 +38,6 @@
#include "../../log.h"
#define TAG WINPR_TAG("sspi.NTLM")
static const char LM_MAGIC[] = "KGS!@#$%";
static char NTLM_CLIENT_SIGN_MAGIC[] = "session key to client-to-server signing key magic constant";
static char NTLM_SERVER_SIGN_MAGIC[] = "session key to server-to-client signing key magic constant";
static char NTLM_CLIENT_SEAL_MAGIC[] = "session key to client-to-server sealing key magic constant";