summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-19 16:26:15 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-19 16:26:15 +0000
commit6dc70fda9c0e492ac8bfd318f7f4941df9291c62 (patch)
tree1c95f0bfdcd263936651ff0f30c20881c7e3ed63 /includes
parente9b83b81236e21bedb5293614e671cc0c75f4f57 (diff)
downloadgnutls-6dc70fda9c0e492ac8bfd318f7f4941df9291c62.tar.gz
*** empty log message ***
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 2fb4095c78..470d368027 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -104,7 +104,7 @@ int gnutls_x509_dn_oid_known(const char* oid);
#define GNUTLS_KEY_KEY_CERT_SIGN 4
#define GNUTLS_KEY_CRL_SIGN 2
#define GNUTLS_KEY_ENCIPHER_ONLY 1
-#define GNUTLS_KEY_DECIPHER_ONLY 256
+#define GNUTLS_KEY_DECIPHER_ONLY 32768
int gnutls_x509_crt_get_extension_oid(gnutls_x509_crt cert, int indx,
void* oid, size_t * sizeof_oid);