Skip to content

Commit feeea1b

Browse files
committed
Fixed Windows build. Alex, please check
1 parent 4da3997 commit feeea1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/auth/trusted/AuthSspi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class WinSspiServer :
107107
// IServer implementation
108108
int authenticate(Firebird::CheckStatusWrapper* status, Firebird::IServerBlock* sBlock,
109109
Firebird::IWriter* writerInterface);
110+
void setDbCryptCallback(Firebird::CheckStatusWrapper* status, Firebird::ICryptKeyCallback* callback) {}; // do nothing
110111
int release();
111112

112113
WinSspiServer(Firebird::IPluginConfig*);

0 commit comments

Comments
 (0)