diff options
author | Werner Koch <[email protected]> | 2010-06-21 10:01:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-06-21 10:01:24 +0000 |
commit | 91056b1976bfb7b755e53b1302f4ede2b5cbc05d (patch) | |
tree | 32f1a4dd821d64e9aceede18c549ade7f336dde9 /sm/minip12.h | |
parent | Avoid using the protect-tool to import pkcs#12. (diff) | |
download | gnupg-91056b1976bfb7b755e53b1302f4ede2b5cbc05d.tar.gz gnupg-91056b1976bfb7b755e53b1302f4ede2b5cbc05d.zip |
Implement export of pkcs#12 objects using a direct agent connection.
Diffstat (limited to 'sm/minip12.h')
-rw-r--r-- | sm/minip12.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/minip12.h b/sm/minip12.h index f2af70957..27f24f5a1 100644 --- a/sm/minip12.h +++ b/sm/minip12.h @@ -28,7 +28,7 @@ gcry_mpi_t *p12_parse (const unsigned char *buffer, size_t length, void *certcbarg, int *r_badpass); unsigned char *p12_build (gcry_mpi_t *kparms, - unsigned char *cert, size_t certlen, + const void *cert, size_t certlen, const char *pw, const char *charset, size_t *r_length); |