Module Name: src Committed By: joerg Date: Thu May 28 19:13:33 UTC 2015
Modified Files: src/crypto/external/bsd/openssl/dist/crypto/aes/asm: aes-x86_64.pl aesni-sha1-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl src/crypto/external/bsd/openssl/dist/crypto/rc4/asm: rc4-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/sha/asm: sha1-x86_64.pl Log Message: When loading a global variable from the GOT, it must be dereferenced to obtain the actual value. Adjust various tests to extract the correct bits. To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 \ src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-x86_64.pl cvs rdiff -u -r1.1.1.2 -r1.2 \ src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha1-x86_64.pl cvs rdiff -u -r1.1.1.3 -r1.2 \ src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl cvs rdiff -u -r1.1.1.3 -r1.2 \ src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-x86_64.pl cvs rdiff -u -r1.1.1.6 -r1.2 \ src/crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-x86_64.pl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.