From b300f1cb3d0d266eb837af2eab2cf97e5a418e56 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 23 Feb 2021 16:52:21 +0100 Subject: [PATCH] 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) --- crypto/rsa/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3