bind9/lib/isccc
Ondřej Surý c22c8cb0e1 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.

(cherry picked from commit 4e114f8ed6)
2020-04-28 15:24:07 +02:00
..
include Fixup the missing clang-format bits 2020-02-16 18:07:27 +01:00
tests Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:59 +01:00
win32 Disable MSB8028 warning 2020-04-16 07:56:38 +02:00
alist.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
api prep 9.16.1 2020-03-20 11:47:01 +01:00
base64.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
cc.c Stop leaking OpenSSL types and defines in the isc/md.h 2020-04-28 15:24:07 +02:00
ccmsg.c Merge branch '46-enforce-clang-format-rules' into 'master' 2020-02-14 08:45:59 +00:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in Add ZLIB_LIBS to ISCLIBS 2020-02-28 15:22:59 +01:00
result.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
sexpr.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
symtab.c Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
version.c Merge branch '46-just-use-clang-format-to-reformat-sources' into 'master' 2020-02-12 14:51:18 +00:00