Skip to content

Commit

Permalink
Build for OPENSSLv3 if variable is defined (#879)
Browse files Browse the repository at this point in the history
* Build for OPENSSLv3 if variable is defined

* Update Build.mak

Co-authored-by: Mathias LANG <[email protected]>

---------

Co-authored-by: Mathias LANG <[email protected]>
  • Loading branch information
alexandrumc and Geod24 authored Jun 8, 2023
1 parent eeb57d1 commit a8f85d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build.mak
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ ifneq ($(ALLOW_DEPRECATIONS),1)
override DFLAGS += -de
endif

# Enables https://github.com/sociomantic-tsunami/ocean/blob/v6.x.x/src/ocean/net/ssl/openssl/OpenSsl.d#L529
ifeq ($(OPENSSL_V3),1)
override DFLAGS += -version=Ocean_OpenSSL3
endif

# Remove coverage files
clean += .*.lst

Expand Down

0 comments on commit a8f85d0

Please sign in to comment.