/openbsd/lib/libcrypto/modes/ |
H A D | cfb128.c | diff d57444e6 Wed May 07 22:05:48 GMT 2014 miod <miod@openbsd.org> Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only.
Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it).
No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about)
ok matthew@
|
H A D | ofb128.c | diff d57444e6 Wed May 07 22:05:48 GMT 2014 miod <miod@openbsd.org> Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only.
Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it).
No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about)
ok matthew@
|
H A D | ccm128.c | diff d57444e6 Wed May 07 22:05:48 GMT 2014 miod <miod@openbsd.org> Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only.
Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it).
No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about)
ok matthew@
|
H A D | cbc128.c | diff d57444e6 Wed May 07 22:05:48 GMT 2014 miod <miod@openbsd.org> Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only.
Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it).
No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about)
ok matthew@
|
H A D | ctr128.c | diff d57444e6 Wed May 07 22:05:48 GMT 2014 miod <miod@openbsd.org> Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only.
Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it).
No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about)
ok matthew@
|
H A D | xts128.c | diff d57444e6 Wed May 07 22:05:48 GMT 2014 miod <miod@openbsd.org> Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only.
Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it).
No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about)
ok matthew@
|
H A D | gcm128.c | diff d57444e6 Wed May 07 22:05:48 GMT 2014 miod <miod@openbsd.org> Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only.
Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it).
No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about)
ok matthew@
|
/openbsd/lib/libcrypto/sha/ |
H A D | sha512.c | diff d57444e6 Wed May 07 22:05:48 GMT 2014 miod <miod@openbsd.org> Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather than defining it for not (i386 and amd64 (and sometimes s390)) only.
Compile-time tests remain compile-time tests, and runtime-test remain runtime-test instead of being converted to compile-time tests, per matthew@'s explicit demand (rationale: this makes sure the compiler checks your code even if you won't run it).
No functional change except on s390 (which we don't run on) and vax (which we run on, but noone cares about)
ok matthew@
|