| 68 | } |
| 69 | |
| 70 | const char* FTPSettings::GetEncryptionKey() const { |
| 71 | return Encryption::GetDefaultKey(); |
| 72 | } |
| 73 | |
| 74 | int FTPSettings::SetEncryptionKey(const char * key) { |
| 75 | Encryption::SetDefaultKey(key, -1); |
nothing calls this directly
no outgoing calls
no test coverage detected