freebsd-ports/sysutils/barrier
Hiroki Tagato 6d297011f9 sysutils/barrier: unbreak build on non-OpenSSL 3 systems (12 and 13)
Builds of barrier started failing on non-OpenSSL 3 systems after
commit 29ba81195a with the following
error:

/wrkdirs/usr/ports/sysutils/barrier/work/barrier-2.4.0/src/lib/net/SecureUtils.cpp:163:25: error: use of undeclared identifier 'EVP_RSA_gen'
    auto* private_key = EVP_RSA_gen(2048);
                        ^
1 warning and 1 error generated.

Applying the patch in commit 29ba81195a
conditionally solves the issue.

Approved by:	portmgr (build fix blanket)
2023-07-25 11:11:35 +09:00
..
files sysutils/barrier: unbreak build on non-OpenSSL 3 systems (12 and 13) 2023-07-25 11:11:35 +09:00
Makefile sysutils/barrier: unbreak build on non-OpenSSL 3 systems (12 and 13) 2023-07-25 11:11:35 +09:00
distinfo
pkg-descr
pkg-plist