summaryrefslogtreecommitdiff
path: root/libnm-util/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-util/crypto.h')
-rw-r--r--libnm-util/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/crypto.h b/libnm-util/crypto.h
index bb66c7757e..f8c3ffd68c 100644
--- a/libnm-util/crypto.h
+++ b/libnm-util/crypto.h
@@ -83,7 +83,7 @@ GByteArray * crypto_load_and_verify_certificate (const char *file,
NMCryptoFileFormat *out_file_format,
GError **error);
-gboolean crypto_is_pkcs12_file (const char *file);
+gboolean crypto_is_pkcs12_file (const char *file, GError **error);
gboolean crypto_is_pkcs12_data (const GByteArray *data);