Source-Changes archive

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

CVS commit: src/tests/crypto/libcrypto



Module Name:    src
Committed By:   jmmv
Date:           Sat Jul 10 16:43:26 UTC 2010

Modified Files:
        src/tests/crypto/libcrypto: Atffile Makefile
Added Files:
        src/tests/crypto/libcrypto: t_certs.sh t_ciphers.sh t_hashes.sh
            t_libcrypto.sh t_pubkey.sh
Removed Files:
        src/tests/crypto/libcrypto: t_libcrypto.awk t_libcrypto.in

Log Message:
Do not use awk to generate the test program.  Instead, just expand the
code.

While doing this, split the big monolithic test program into more granular
but cohesive test programs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/crypto/libcrypto/Atffile
cvs rdiff -u -r1.3 -r1.4 src/tests/crypto/libcrypto/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/crypto/libcrypto/t_certs.sh \
    src/tests/crypto/libcrypto/t_ciphers.sh \
    src/tests/crypto/libcrypto/t_hashes.sh \
    src/tests/crypto/libcrypto/t_libcrypto.sh \
    src/tests/crypto/libcrypto/t_pubkey.sh
cvs rdiff -u -r1.1 -r0 src/tests/crypto/libcrypto/t_libcrypto.awk
cvs rdiff -u -r1.3 -r0 src/tests/crypto/libcrypto/t_libcrypto.in

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