The branch openssl-3.0 has been updated
       via  45036df45048c6498efa49d3572869830d05df45 (commit)
      from  9d0a228ae2c2af274995566ae79f3b07c2937069 (commit)


- Log -----------------------------------------------------------------
commit 45036df45048c6498efa49d3572869830d05df45
Author: Todd Short <tsh...@akamai.com>
Date:   Thu Jan 20 14:38:33 2022 -0500

    `make clean` should clean up fips provider shared object.
    
    Reviewed-by: Matt Caswell <m...@openssl.org>
    Reviewed-by: Richard Levitte <levi...@openssl.org>
    Reviewed-by: Paul Dale <pa...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17556)

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

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) {} \;

Reply via email to