Added OpenPGP library to lib/silcpgp
[crypto.git] / lib / silccrypt / silcpkcs_i.h
index 62df5108857e74f4414f80a75c0816cbb848a3df..b730307a216563289382936e450bac1177df01b8 100644 (file)
@@ -232,6 +232,7 @@ struct SilcPKCSAlgorithmStruct {
 #define SILC_PKCS_IMPORT_PRIVATE_KEY(name)                             \
   int name(const struct SilcPKCSObjectStruct *pkcs,                    \
           const struct SilcPKCSAlgorithmStruct *alg,                   \
+          const char *passphrase, SilcUInt32 passphrase_len,           \
           void *key, SilcUInt32 key_len, void **ret_private_key,       \
           const struct SilcPKCSAlgorithmStruct **ret_alg)