Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/external/apache2/openssl/lib/libssl



Module Name:    src
Committed By:   christos
Date:           Mon Jul 21 22:21:21 UTC 2025

Modified Files:
        src/crypto/external/apache2/openssl/lib/libssl: Makefile record.inc
            srcs.inc ssl.inc
Added Files:
        src/crypto/external/apache2/openssl/lib/libssl: crypto.inc
            hashtable.inc siphash.inc thread.inc

Log Message:
Instead of linking against libcrypto.a to get all the hidden methods, compile
them directly. It is not that many of them and it is cleaner this way.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/crypto/external/apache2/openssl/lib/libssl/Makefile
cvs rdiff -u -r0 -r1.1 \
    src/crypto/external/apache2/openssl/lib/libssl/crypto.inc \
    src/crypto/external/apache2/openssl/lib/libssl/hashtable.inc \
    src/crypto/external/apache2/openssl/lib/libssl/siphash.inc \
    src/crypto/external/apache2/openssl/lib/libssl/thread.inc
cvs rdiff -u -r1.1 -r1.2 \
    src/crypto/external/apache2/openssl/lib/libssl/record.inc \
    src/crypto/external/apache2/openssl/lib/libssl/srcs.inc \
    src/crypto/external/apache2/openssl/lib/libssl/ssl.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index