[openssl] master update

Richard Levitte levitte at openssl.org
Thu May 20 14:27:39 UTC 2021


The branch master has been updated
       via  f14bead2c4898e484b6c01808c07edf3b61f01e9 (commit)
      from  14d3bb06c9c11b3e13c64611913757c27bc057f2 (commit)


- Log -----------------------------------------------------------------
commit f14bead2c4898e484b6c01808c07edf3b61f01e9
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed May 19 09:43:13 2021 +0200

    VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more places
    
    Every inclusion directory related to a library we build need these two
    files.  That signals to any other module using anything from these
    libraries what to expect in terms of case sensitivity as well as how
    long symbol names are dealt with.
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15341)

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

Summary of changes:
 {include/openssl => apps/include}/__DECC_INCLUDE_EPILOGUE.H               | 0
 {include/openssl => apps/include}/__DECC_INCLUDE_PROLOGUE.H               | 0
 .../openssl => providers/common/include/prov}/__DECC_INCLUDE_EPILOGUE.H   | 0
 .../openssl => providers/common/include/prov}/__DECC_INCLUDE_PROLOGUE.H   | 0
 .../implementations/include/prov}/__DECC_INCLUDE_EPILOGUE.H               | 0
 .../implementations/include/prov}/__DECC_INCLUDE_PROLOGUE.H               | 0
 6 files changed, 0 insertions(+), 0 deletions(-)
 copy {include/openssl => apps/include}/__DECC_INCLUDE_EPILOGUE.H (100%)
 copy {include/openssl => apps/include}/__DECC_INCLUDE_PROLOGUE.H (100%)
 copy {include/openssl => providers/common/include/prov}/__DECC_INCLUDE_EPILOGUE.H (100%)
 copy {include/openssl => providers/common/include/prov}/__DECC_INCLUDE_PROLOGUE.H (100%)
 copy {include/openssl => providers/implementations/include/prov}/__DECC_INCLUDE_EPILOGUE.H (100%)
 copy {include/openssl => providers/implementations/include/prov}/__DECC_INCLUDE_PROLOGUE.H (100%)

diff --git a/include/openssl/__DECC_INCLUDE_EPILOGUE.H b/apps/include/__DECC_INCLUDE_EPILOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_EPILOGUE.H
copy to apps/include/__DECC_INCLUDE_EPILOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_PROLOGUE.H b/apps/include/__DECC_INCLUDE_PROLOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_PROLOGUE.H
copy to apps/include/__DECC_INCLUDE_PROLOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_EPILOGUE.H b/providers/common/include/prov/__DECC_INCLUDE_EPILOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_EPILOGUE.H
copy to providers/common/include/prov/__DECC_INCLUDE_EPILOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_PROLOGUE.H b/providers/common/include/prov/__DECC_INCLUDE_PROLOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_PROLOGUE.H
copy to providers/common/include/prov/__DECC_INCLUDE_PROLOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_EPILOGUE.H b/providers/implementations/include/prov/__DECC_INCLUDE_EPILOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_EPILOGUE.H
copy to providers/implementations/include/prov/__DECC_INCLUDE_EPILOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_PROLOGUE.H b/providers/implementations/include/prov/__DECC_INCLUDE_PROLOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_PROLOGUE.H
copy to providers/implementations/include/prov/__DECC_INCLUDE_PROLOGUE.H


More information about the openssl-commits mailing list