Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwantsahu20 committed Dec 27, 2024
1 parent 62ee5a5 commit eb98af9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,8 @@ MICROHTTPD_IDIR := $(MICROHTTPD_PATH)/src/include
CURL_PATH := $(DEPS_PATH)/curl/curl
CURL_IDIR := -I$(CURL_PATH)/include

CUSTOM_OPENSSL_PATH ?=

OPENSSL_PACKAGE := openssl

ifeq ($(DISTRO),almalinux)
ifeq ($(CENTOSVER),8)
OPENSSL_PACKAGE := openssl3
endif
endif

$(info OPENSSL_PACKAGE: $(OPENSSL_PACKAGE))

include ../common_mk/openssl_flags.mk

# Check if required flags are set and provide feedback
ifneq ($(SSL_IDIR),)
$(info SSL_IDIR: $(SSL_IDIR))
else
$(error Warning: OpenSSL headers not found. Exiting. Please install OpenSSL version 3.)
endif

EV_PATH := $(DEPS_PATH)/libev/libev/
EV_IDIR := $(EV_PATH)

Expand Down

0 comments on commit eb98af9

Please sign in to comment.