[openssl] master update

Dr. Paul Dale pauli at openssl.org
Sun Jan 23 23:20:38 UTC 2022


The branch master has been updated
       via  d94c2f1b98318cea4416c4dcd5e5f878de8d458f (commit)
      from  1bfd20f08c042072cae44a9eb81626cbfff81116 (commit)


- Log -----------------------------------------------------------------
commit d94c2f1b98318cea4416c4dcd5e5f878de8d458f
Author: Todd Short <tshort at akamai.com>
Date:   Thu Jan 20 14:38:33 2022 -0500

    `make clean` should clean up fips provider shared object.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17556)
    
    (cherry picked from commit 45036df45048c6498efa49d3572869830d05df45)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 52d2f6a64e..6d4039c33f 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -582,7 +582,7 @@ clean: libclean
 	$(RM) $(MANDOCS3)
 	$(RM) $(MANDOCS5)
 	$(RM) $(MANDOCS7)
-	$(RM) $(PROGRAMS) $(TESTPROGS) $(MODULES) $(SCRIPTS)
+	$(RM) $(PROGRAMS) $(TESTPROGS) $(MODULES) $(FIPSMODULE) $(SCRIPTS)
 	$(RM) $(GENERATED_MANDATORY) $(GENERATED)
 	-find . -name '*{- platform->depext() -}' \! -name '.*' \! -type d -exec $(RM) {} \;
 	-find . -name '*{- platform->objext() -}' \! -name '.*' \! -type d -exec $(RM) {} \;


More information about the openssl-commits mailing list