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

Method SetCertificates

src/FTPClientWrapper.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int FTPClientWrapper::SetCertificates(vX509 * x509Vect) {
61 m_certificates = x509Vect;
62 return 0;
63}
64
65int FTPClientWrapper::ReleaseDir(FTPFile* files, int /*size*/) {
66 if (!files)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected