diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-05-29 14:41:13 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-06-02 08:50:15 +0200 |
commit | dff62f3313f2a317b67bb53f8a609a8ac3c6482a (patch) | |
tree | 5a831fdf0661867e3a451fb33b5bd5893e479e7d /lib/x509/x509_int.h | |
parent | b0e533e8dc8eb852f0cbcfa7de39cdaa45233e68 (diff) | |
download | gnutls-dff62f3313f2a317b67bb53f8a609a8ac3c6482a.tar.gz |
updated PKCS #7 code to cache signed_data
Diffstat (limited to 'lib/x509/x509_int.h')
-rw-r--r-- | lib/x509/x509_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h index d86829e886..d904848ef9 100644 --- a/lib/x509/x509_int.h +++ b/lib/x509/x509_int.h @@ -82,6 +82,7 @@ typedef struct gnutls_x509_crq_int { typedef struct gnutls_pkcs7_int { ASN1_TYPE pkcs7; + ASN1_TYPE signed_data; unsigned expanded; } gnutls_pkcs7_int; |