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 e439e45 commit b7437a5Copy full SHA for b7437a5
cmake/ext/openssl/config.cmake.h.in
@@ -1,12 +1,12 @@
1
+/* Define to 1 to enable OpenSSL argon2 password hashing. */
2
+#cmakedefine HAVE_OPENSSL_ARGON2 1
3
+
4
/* Define to 1 if the PHP extension 'openssl' is available. */
5
#cmakedefine HAVE_OPENSSL_EXT 1
6
7
/* Define to 1 if OpenSSL crypto library has the 'RAND_egd' function. */
8
#cmakedefine HAVE_RAND_EGD 1
9
-/* Define to 1 to enable OpenSSL argon2 password hashing. */
-#cmakedefine HAVE_OPENSSL_ARGON2 1
-
10
/* Define to 1 to load the OpenSSL legacy algorithm provider in addition to
11
the default provider. */
12
#cmakedefine LOAD_OPENSSL_LEGACY_PROVIDER 1
0 commit comments