From: Tomas Mraz Date: Tue, 23 Feb 2021 15:52:21 +0000 (+0100) Subject: Fix missing EOL at the end of the rsa/build.info X-Git-Tag: openssl-3.0.0-alpha13~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b300f1cb3d0d266eb837af2eab2cf97e5a418e56;p=thirdparty%2Fopenssl.git Fix missing EOL at the end of the rsa/build.info Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/14290) --- diff --git a/crypto/rsa/build.info b/crypto/rsa/build.info index d97e07fa4c3..f0c7668bf29 100644 --- a/crypto/rsa/build.info +++ b/crypto/rsa/build.info @@ -19,4 +19,4 @@ SOURCE[../../providers/libfips.a]=$COMMON IF[{- !$disabled{'acvp-tests'} -}] SOURCE[../../providers/libfips.a]=rsa_acvp_test_params.c -ENDIF \ No newline at end of file +ENDIF