We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da3997 commit feeea1bCopy full SHA for feeea1b
src/auth/trusted/AuthSspi.h
@@ -107,6 +107,7 @@ class WinSspiServer :
107
// IServer implementation
108
int authenticate(Firebird::CheckStatusWrapper* status, Firebird::IServerBlock* sBlock,
109
Firebird::IWriter* writerInterface);
110
+ void setDbCryptCallback(Firebird::CheckStatusWrapper* status, Firebird::ICryptKeyCallback* callback) {}; // do nothing
111
int release();
112
113
WinSspiServer(Firebird::IPluginConfig*);
0 commit comments