diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-08-28 15:01:18 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-08-28 15:01:18 +0200 |
commit | 970711aff70f09bfd156b5e31a288c067bc38477 (patch) | |
tree | 58d97e27b717e88a7fede7e905accec0b06e5720 /lib/gnutls_x509.c | |
parent | b07f58ce787e9508d6ee33fbe6001ea81987390f (diff) | |
download | gnutls-970711aff70f09bfd156b5e31a288c067bc38477.tar.gz |
Fix deprecated usage of gnutls_datum.
Diffstat (limited to 'lib/gnutls_x509.c')
-rw-r--r-- | lib/gnutls_x509.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index 450ec6c63b..4ee09841a5 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -1939,7 +1939,7 @@ int **/ int gnutls_certificate_set_x509_simple_pkcs12_mem - (gnutls_certificate_credentials_t res, const gnutls_datum *p12blob, + (gnutls_certificate_credentials_t res, const gnutls_datum_t *p12blob, gnutls_x509_crt_fmt_t type, const char *password) { gnutls_pkcs12_t p12; |