diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-07 18:01:45 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-07 18:01:45 +0000 |
commit | e9964513db0626bda7ade731b39c388514f653c2 (patch) | |
tree | 822bea73eff3248b3d0c14ca8f7a5c17ea60fb31 /lib/x509/x509.h | |
parent | 2df1162fa6b6df695d2bd5d50f481c18783538f6 (diff) | |
download | gnutls-e9964513db0626bda7ade731b39c388514f653c2.tar.gz |
Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and improved the PKCS #12 stuff in order to support it.
Diffstat (limited to 'lib/x509/x509.h')
-rw-r--r-- | lib/x509/x509.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509.h b/lib/x509/x509.h index b8767a478b..49e469ed58 100644 --- a/lib/x509/x509.h +++ b/lib/x509/x509.h @@ -38,7 +38,7 @@ typedef struct gnutls_x509_crt_int { #endif typedef struct gnutls_x509_privkey_int { - MPI params[MAX_PRIV_PARAMS_SIZE];/* the size of params depends on the public + GNUTLS_MPI params[MAX_PRIV_PARAMS_SIZE];/* the size of params depends on the public * key algorithm */ /* |