fix compile error

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-10 16:33:06 +08:00
parent 371085f0ee
commit 680b6aeed0
2 changed files with 5 additions and 3 deletions
+5
View File
@@ -33,6 +33,11 @@ var (
}
)
func InitKey(string) error {
return nil
}
func DecryptStringWithDPAPI(data []byte) (string, error) {
return string(data), nil
}