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 c182bcf commit aa6ed6eCopy full SHA for aa6ed6e
src/mongo/platform/random.cpp
@@ -104,7 +104,7 @@ SecureRandom* SecureRandom::create() {
104
}
105
106
#elif defined(__linux__) || defined(__sunos__) || defined(__APPLE__) || defined(__FreeBSD__) || \
107
- defined(__FreeBSD_kernel__)
+ defined(__FreeBSD_kernel__) || defined(__gnu_hurd__)
108
109
class InputStreamSecureRandom : public SecureRandom {
110
public:
0 commit comments