Enable 40-bit/48-bit addressing mode if the hardware supports it. Don't
sprinkle BUS_DMA_64BIT flags around just yet, as 40-bit addressing might
not be good enough to address all RAM in some machines.
ok jca@
callbackfailures: allow specifying the root certificate file
Accept an optional roots file argument while retaining
/etc/ssl/cert.pem as the default. This allows portable regress users
to provide a CA bundle when the default path is unavailable.
ok tb
Make file-local functions static
These functions are only used within their implementation files and do
not need external linkage. Mark them static.
ok tb
Remove unused BUF_reverse()
BUF_reverse() has no callers and is not part of the public API. Remove the
unused function, which also eliminates its -Wmissing-prototypes warning.
ok tb beck
Add missing internal header includes
Include the relevant internal headers in implementation files that define
internal functions.
Also make asn1_local.h and pkcs12_local.h self-contained by including their
corresponding public headers.
ok tb beck