diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-02-23 16:52:21 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-02-24 17:55:20 +0100 |
commit | b300f1cb3d0d266eb837af2eab2cf97e5a418e56 (patch) | |
tree | 34cb44576d3503631afcc2a88bad937c3ac1cbcb | |
parent | Remove inclusion of unnecessary header files (diff) | |
download | openssl-b300f1cb3d0d266eb837af2eab2cf97e5a418e56.tar.xz openssl-b300f1cb3d0d266eb837af2eab2cf97e5a418e56.zip |
Fix missing EOL at the end of the rsa/build.info
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14290)
-rw-r--r-- | crypto/rsa/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/build.info b/crypto/rsa/build.info index d97e07fa4c..f0c7668bf2 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 |