Skip to content

Commit 8f42e26

Browse files
ntocmassiot
authored andcommitted
config.h: add missing openssl definition
1 parent b6ca11c commit 8f42e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Build.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ config.h:
106106
$(if $(have_libgcrypt),echo "#define HAVE_GCRYPT_H 1";) \
107107
$(if $(have_libtasn1),echo "#define HAVE_LIBTASN1_H 1";) \
108108
$(if $(have_net/if.h),echo "#define HAVE_NET_IF_H 1";) \
109+
$(if $(have_openssl),echo "#define HAVE_OPENSSL_SSL_H 1";) \
109110
$(if $(have_pipe),echo "#define HAVE_PIPE 1";) \
110111
$(if $(have_semaphore),echo "#define HAVE_SEMAPHORE_H 1";) \
111112
$(if $(have_unistd.h),echo "#define HAVE_UNISTD_H 1";) \

0 commit comments

Comments
 (0)