summaryrefslogtreecommitdiff
path: root/libnm-util/crypto.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-09-05 18:10:39 +0000
committerDan Williams <dcbw@redhat.com>2008-09-05 18:10:39 +0000
commitbb6b79a2a623cf401a9c7b81979f40911dede7e1 (patch)
tree60b4dc905e0385a1a1c3635fc6c93fbf3045149c /libnm-util/crypto.h
parent814336ec8a4ec6aff7a9077792263887641e0c6d (diff)
2008-09-05 Dan Williams <dcbw@redhat.com>
* libnm-util/crypto_nss.c libnm-util/crypto_gnutls.c libnm-util/crypto.h - (crypto_init): return error when init fails git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4042 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'libnm-util/crypto.h')
-rw-r--r--libnm-util/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-util/crypto.h b/libnm-util/crypto.h
index 0481efa4b1..7cfd25c229 100644
--- a/libnm-util/crypto.h
+++ b/libnm-util/crypto.h
@@ -29,6 +29,7 @@
enum {
NM_CRYPTO_ERR_NONE = 0,
+ NM_CRYPTO_ERR_INIT_FAILED,
NM_CRYPTO_ERR_CANT_READ_FILE,
NM_CRYPTO_ERR_PEM_FORMAT_INVALID,
NM_CRYPTO_ERR_CERT_FORMAT_INVALID,