Skip to content

Commit 97d13d3

Browse files
committed
CMake: fixes to cmakeconfig.h.in.
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.
1 parent fc8465a commit 97d13d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cmakeconfig.h.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
5555
#cmakedefine HAVE_LIBCAP_NG 1
5656

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

6060
/* Define to 1 if you have the `rpc' library (-lrpc). */
@@ -63,9 +63,6 @@
6363
/* Define to 1 if you have the `openat' function. */
6464
#cmakedefine HAVE_OPENAT 1
6565

66-
/* Define to 1 if you have the <openssl/evp.h> header file. */
67-
#cmakedefine HAVE_OPENSSL_EVP_H 1
68-
6966
/* if there's an os-proto.h for this platform, to use additional prototypes */
7067
#cmakedefine HAVE_OS_PROTO_H 1
7168

0 commit comments

Comments
 (0)