summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-08-29 20:46:17 +0200
committerThomas Haller <thaller@redhat.com>2018-09-04 07:38:30 +0200
commit6435040881937ab10c9e3532fb024600f25730c3 (patch)
treed48be89db307c06a6c1c1a962c3d291ca2d44226 /docs
parent4106f2968d733702168175f332de011b9b4c83c2 (diff)
downloadNetworkManager-6435040881937ab10c9e3532fb024600f25730c3.tar.gz
libnm/crypto: add header "nm-crypto-impl.h" for crypto implementation
There are two aspects: the public crypto API that is provided by "nm-crypto.h" header, and the internal header which crypto backends need to implement. Split them.
Diffstat (limited to 'docs')
-rw-r--r--docs/libnm/Makefile.am1
-rw-r--r--docs/libnm/meson.build1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am
index 7c3b54b484..c5f2b836ba 100644
--- a/docs/libnm/Makefile.am
+++ b/docs/libnm/Makefile.am
@@ -33,6 +33,7 @@ CFILE_GLOB=$(top_srcdir)/libnm-core/*.c $(top_srcdir)/libnm/*.c
IGNORE_HFILES= \
common.h \
nm-crypto.h \
+ nm-crypto-impl.h \
nm-dbus-helpers.h \
nm-core-internal.h \
nm-core-types-internal.h \
diff --git a/docs/libnm/meson.build b/docs/libnm/meson.build
index 35aae523be..77f7ed0f94 100644
--- a/docs/libnm/meson.build
+++ b/docs/libnm/meson.build
@@ -3,6 +3,7 @@ doc_module = libnm_name
private_headers = [
'common.h',
'nm-crypto.h',
+ 'nm-crypto-impl.h',
'nm-dbus-helpers.h',
'nm-core-internal.h',
'nm-core-types-internal.h',