Skip to content

Commit b7437a5

Browse files
committed
Sort openssl config header
1 parent e439e45 commit b7437a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/ext/openssl/config.cmake.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
/* Define to 1 to enable OpenSSL argon2 password hashing. */
2+
#cmakedefine HAVE_OPENSSL_ARGON2 1
3+
14
/* Define to 1 if the PHP extension 'openssl' is available. */
25
#cmakedefine HAVE_OPENSSL_EXT 1
36

47
/* Define to 1 if OpenSSL crypto library has the 'RAND_egd' function. */
58
#cmakedefine HAVE_RAND_EGD 1
69

7-
/* Define to 1 to enable OpenSSL argon2 password hashing. */
8-
#cmakedefine HAVE_OPENSSL_ARGON2 1
9-
1010
/* Define to 1 to load the OpenSSL legacy algorithm provider in addition to
1111
the default provider. */
1212
#cmakedefine LOAD_OPENSSL_LEGACY_PROVIDER 1

0 commit comments

Comments
 (0)