diff options
Diffstat (limited to 'libnm-util/crypto.h')
| -rw-r--r-- | libnm-util/crypto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libnm-util/crypto.h b/libnm-util/crypto.h index cdf053e7..482ed087 100644 --- a/libnm-util/crypto.h +++ b/libnm-util/crypto.h @@ -136,4 +136,9 @@ gboolean crypto_verify_pkcs12 (const GByteArray *data, const char *password, GError **error); +gboolean crypto_verify_pkcs8 (const GByteArray *data, + gboolean is_encrypted, + const char *password, + GError **error); + #endif /* __CRYPTO_H__ */ |