diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-19 16:23:52 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-19 16:23:52 +0000 |
commit | ff194e87d8ced6e71b5977de888ab8094af134bd (patch) | |
tree | a7a09652b3a16cacbe089cd77a952c28e24d8c16 /lib | |
parent | f6a2c06df5cdaff5d1b4fce1f05707567c4f4cc3 (diff) | |
download | gnutls-ff194e87d8ced6e71b5977de888ab8094af134bd.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib')
-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 a809a9fdfd..d322fc0ae4 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 |