-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: error C4996: 'fopen': This function or variable may be unsafe. #34
Comments
The quick workaround is to add a flag to |
Great, thanks! Maybe it makes sense to temporary update sqlite3.c so it will be overridden with correct version during next update? Change
To
|
Otherwise we can forgot to remove temporary added '_CRT_SECURE_NO_WARNINGS' flag. Or this is fine? |
I have mixed feelings about this. On the one hand I like the quick solution that does not edit code until we get this resolved. On the other hand I would favor test with the solution that will be published in the future. I will raise an issue on the SQLCipher project that this is still an issue and maybe you can jump into the discussion to help get this resolved. |
Sounds good! This is fine as I'm not blocked and can work on #30 Replace libTomCrypt with OpenSSL crypto library in Windows version |
I just filed sqlcipher/sqlcipher#174 to get this fixed upstream. I am happy to hear that you are not blocked. |
… prerelease branch
Fixed and fixed upstream |
Looks like this is due to the following change
af3d1ed
The text was updated successfully, but these errors were encountered: