Source-Changes archive

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

CVS commit: src/crypto/external/bsd/openssl



Module Name:    src
Committed By:   riastradh
Date:           Wed Mar 29 10:29:10 UTC 2023

Modified Files:
        src/crypto/external/bsd/openssl/dist/crypto/bn/asm: mips.pl
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips: mips.S

Log Message:
openssl: Omit local indentation diff in mips bignum assembly.

Cute as it is to write the an instruction in a delay slot with an
extra space, it's not really useful to keep this around as a local
change since the substantive change was applied upstream years ago.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    src/crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl
cvs rdiff -u -r1.4 -r1.5 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S

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