summaryrefslogtreecommitdiff
path: root/libnm-core/nm-keyfile-internal.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-02-24 22:22:02 +0100
committerThomas Haller <thaller@redhat.com>2015-03-12 18:12:27 +0100
commita49680dacd73549169bfad1ba3bd94e1a7bb1ac1 (patch)
tree40499be9e206e08a2b4339178de4399ad6ce22d4 /libnm-core/nm-keyfile-internal.h
parent57a432fa8a225dc5849251467d24c9927d210f37 (diff)
downloadNetworkManager-a49680dacd73549169bfad1ba3bd94e1a7bb1ac1.tar.gz
libnm: add define for cert scheme prefix file:// for NMSetting8021x
Diffstat (limited to 'libnm-core/nm-keyfile-internal.h')
-rw-r--r--libnm-core/nm-keyfile-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm-core/nm-keyfile-internal.h b/libnm-core/nm-keyfile-internal.h
index c5c17fe292..995391747c 100644
--- a/libnm-core/nm-keyfile-internal.h
+++ b/libnm-core/nm-keyfile-internal.h
@@ -31,6 +31,9 @@
/*********************************************************/
+#define NM_KEYFILE_CERT_SCHEME_PREFIX_BLOB "data:;base64,"
+#define NM_KEYFILE_CERT_SCHEME_PREFIX_PATH "file://"
+
typedef enum {
NM_KEYFILE_READ_TYPE_WARN = 1,
} NMKeyfileReadType;