MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / FreeData

Method FreeData

src/Encryption.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69int Encryption::FreeData(char * data) {
70 return SU::FreeChar(data);
71}
72
73int Encryption::SetDefaultKey(const char * defKey, int size) {
74 if (size == -1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected