[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Sun Apr 1 16:08:40 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  6025c6619aa95a114a89ac3a60f8fac8abf0380a (commit)
      from  cde87deafa7486f26bdf954867a6d72ca4ea06e7 (commit)


- Log -----------------------------------------------------------------
commit 6025c6619aa95a114a89ac3a60f8fac8abf0380a
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Apr 20 10:14:03 2017 +0200

    VMS: Copy DECC inclusion epi- and prologues to internals
    
    Because many of our test programs use internal headers, we need to make
    sure they know how, exactly, to mangle the symbols.  So far, we've done
    so by specifying it in the affected test programs, but as things change,
    that will develop into a goose chase.  Better then to declare once and
    for all how symbols belonging in our libraries are meant to be treated,
    internally as well as publically.
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3259)
    
    (cherry picked from commit f46f69f4092768ec4b911ced45c8cc73cc008739)

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

Summary of changes:
 {include/openssl => crypto/include/internal}/__DECC_INCLUDE_EPILOGUE.H | 0
 {include/openssl => crypto/include/internal}/__DECC_INCLUDE_PROLOGUE.H | 0
 include/{openssl => internal}/__DECC_INCLUDE_EPILOGUE.H                | 0
 include/{openssl => internal}/__DECC_INCLUDE_PROLOGUE.H                | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 copy {include/openssl => crypto/include/internal}/__DECC_INCLUDE_EPILOGUE.H (100%)
 copy {include/openssl => crypto/include/internal}/__DECC_INCLUDE_PROLOGUE.H (100%)
 copy include/{openssl => internal}/__DECC_INCLUDE_EPILOGUE.H (100%)
 copy include/{openssl => internal}/__DECC_INCLUDE_PROLOGUE.H (100%)

diff --git a/include/openssl/__DECC_INCLUDE_EPILOGUE.H b/crypto/include/internal/__DECC_INCLUDE_EPILOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_EPILOGUE.H
copy to crypto/include/internal/__DECC_INCLUDE_EPILOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_PROLOGUE.H b/crypto/include/internal/__DECC_INCLUDE_PROLOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_PROLOGUE.H
copy to crypto/include/internal/__DECC_INCLUDE_PROLOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_EPILOGUE.H b/include/internal/__DECC_INCLUDE_EPILOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_EPILOGUE.H
copy to include/internal/__DECC_INCLUDE_EPILOGUE.H
diff --git a/include/openssl/__DECC_INCLUDE_PROLOGUE.H b/include/internal/__DECC_INCLUDE_PROLOGUE.H
similarity index 100%
copy from include/openssl/__DECC_INCLUDE_PROLOGUE.H
copy to include/internal/__DECC_INCLUDE_PROLOGUE.H


More information about the openssl-commits mailing list