]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
OpenSSL: disable ARIA ciphers
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 6 Nov 2018 16:37:32 +0000 (17:37 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 6 Nov 2018 16:37:32 +0000 (17:37 +0100)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
lfs/openssl

index 1342994616e62f97554430224cf8b569243f6170..750b47fb561e4333ef1ba9c2828a7063bb38ad5e 100644 (file)
@@ -53,6 +53,7 @@ CONFIGURE_OPTIONS = \
        no-mdc2 \
        no-rc5 \
        no-srp \
+       no-aria \
        $(OPENSSL_ARCH)
 
 ifeq "$(IS_64BIT)" "1"