diff options
author | VladimĂr Kotal <vladimir.kotal@oracle.com> | 2023-06-15 10:02:57 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-06-23 11:39:12 +0200 |
commit | ff88545e02ab48a52952350c52013cf765455dd3 (patch) | |
tree | 1e8cc5bc73eb07a376571c7e3a8b10be8cfe71e6 /Configure | |
parent | updated the end copyright year in README.md to 2023 (diff) | |
download | openssl-ff88545e02ab48a52952350c52013cf765455dd3.tar.xz openssl-ff88545e02ab48a52952350c52013cf765455dd3.zip |
Allow to disable apps building with no-apps
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21212)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -408,6 +408,7 @@ my @dtls = qw(dtls1 dtls1_2); my @disablables = ( "acvp-tests", "afalgeng", + "apps", "argon2", "aria", "asan", |