Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
CMake: fixes to cmakeconfig.h.in.
Browse files Browse the repository at this point in the history
Chagne the comment for HAVE_LIBCRYPTO to match the autoconf version.

Remove HAVE_OPENSSL_EVP_H - we don't set it, and we don't test it.

(cherry picked from commit 97d13d3)
  • Loading branch information
guyharris committed Jul 12, 2024
1 parent 791c536 commit 9e37e83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmakeconfig.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
#cmakedefine HAVE_LIBCAP_NG 1

/* Define to 1 if you have the `crypto' library (-lcrypto). */
/* Define to 1 if you have a usable `crypto' library (-lcrypto). */
#cmakedefine HAVE_LIBCRYPTO 1

/* Define to 1 if you have the `rpc' library (-lrpc). */
Expand All @@ -72,9 +72,6 @@
/* Define to 1 if you have the `openat' function. */
#cmakedefine HAVE_OPENAT 1

/* Define to 1 if you have the <openssl/evp.h> header file. */
#cmakedefine HAVE_OPENSSL_EVP_H 1

/* define if the OS provides AF_INET6 and struct in6_addr */
#cmakedefine HAVE_OS_IPV6_SUPPORT 1

Expand Down

0 comments on commit 9e37e83

Please sign in to comment.