openssl/crypto/sha
H.J. Lu 0d51cf3ccc x86_64: Don't assume 8-byte pointer size
Since pointer in x32 is 4 bytes, add x86_64-support.pl to define
pointer_size and pointer_register based on flavour to support
stuctures like:

struct {  void *ptr; int blocks;  }

This fixes 90-test_sslapi.t on x32.  Verified with

$ ./Configure shared linux-x86_64
$ make
$ make test

and

$ ./Configure shared linux-x32
$ make
$ make test

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10988)
2020-02-18 18:03:16 +01:00
..
asm x86_64: Don't assume 8-byte pointer size 2020-02-18 18:03:16 +01:00
build.info Fix missing Assembler defines 2019-10-16 16:10:39 +10:00
keccak1600.c
sha1_one.c Deprecate the low level SHA functions. 2020-01-19 10:14:39 +10:00
sha1dgst.c Deprecate the low level SHA functions. 2020-01-19 10:14:39 +10:00
sha3.c
sha256.c Deprecate the low level SHA functions. 2020-01-19 10:14:39 +10:00
sha512.c Deprecate the low level SHA functions. 2020-01-19 10:14:39 +10:00
sha_local.h