Differences From Artifact [e0a8d96a16]:
- File src/config.h — part of check-in [ae424dc16a] at 2016-11-06 16:38:37 on branch mistake — Correct incorrect commit in [36e7558a11598] (with incorrectly committed code) (user: andybradford size: 7019) [more...]
To Artifact [69334994b9]:
- File src/config.h — part of check-in [ba9d10807e] at 2017-03-01 21:03:52 on branch hardened-sha1 — Use the hardened SHA1 hash function from [https://github.com/cr-marcstevens/sha1collisiondetection]. (user: drh size: 7039)
| ︙ | |||
166 167 168 169 170 171 172 173 174 175 176 177 178 179 | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | + | # else # define COMPILER_NAME "unknown" # endif #endif #if !defined(_RC_COMPILE_) && !defined(SQLITE_AMALGAMATION) #include <stdint.h> #include "sqlite3.h" /* ** On Solaris, getpass() will only return up to 8 characters. getpassphrase() returns up to 257. */ #if HAVE_GETPASSPHRASE #define getpass getpassphrase |
| ︙ |