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