diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-19 16:26:15 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-19 16:26:15 +0000 |
commit | 6dc70fda9c0e492ac8bfd318f7f4941df9291c62 (patch) | |
tree | 1c95f0bfdcd263936651ff0f30c20881c7e3ed63 /lib/gnutls_cert.h | |
parent | e9b83b81236e21bedb5293614e671cc0c75f4f57 (diff) | |
download | gnutls-6dc70fda9c0e492ac8bfd318f7f4941df9291c62.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib/gnutls_cert.h')
-rw-r--r-- | lib/gnutls_cert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_cert.h b/lib/gnutls_cert.h index 1624433132..ccd8548dca 100644 --- a/lib/gnutls_cert.h +++ b/lib/gnutls_cert.h @@ -23,7 +23,7 @@ #define KEY_KEY_CERT_SIGN 4 #define KEY_CRL_SIGN 2 #define KEY_ENCIPHER_ONLY 1 -#define KEY_DECIPHER_ONLY 256 +#define KEY_DECIPHER_ONLY 32768 typedef struct gnutls_cert { GNUTLS_MPI params[MAX_PUBLIC_PARAMS_SIZE]; /* the size of params depends on the public |