bind9/lib/isc/include
Ondřej Surý 4e114f8ed6 Stop leaking OpenSSL types and defines in the isc/md.h
The <isc/md.h> header directly included <openssl/evp.h> header which
enforced all users of the libisc library to explicitly list the include
path to OpenSSL and link with -lcrypto.  By hiding the specific
implementation into the private namespace, we no longer enforce this.
In the long run, this might also allow us to switch cryptographic
library implementation without affecting the downstream users.

While making the isc_md_type_t type opaque, the API using the data type
was changed to use the pointer to isc_md_type_t instead of using the
type directly.
2020-03-17 09:11:13 +01:00
..
isc Stop leaking OpenSSL types and defines in the isc/md.h 2020-03-17 09:11:13 +01:00
pk11 fix spelling errors reported by Fossies. 2020-02-21 15:05:08 +11:00
pkcs11 apply the modified style 2020-02-13 15:05:06 -08:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00
Makefile.in Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00