summaryrefslogtreecommitdiff
path: root/lib/x509/dn.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-17 21:15:50 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-17 21:15:50 +0100
commit73ed8d8b99030c336ec1c95291b5d5571eecbbd0 (patch)
treecba3be1d437b5eb7550848a9f659be1c60b9de6c /lib/x509/dn.c
parent31a5679d33dbb2d4b677debc13860d9acd387c47 (diff)
downloadgnutls-73ed8d8b99030c336ec1c95291b5d5571eecbbd0.tar.gz
Use more warnings. Fix many warnings.
Diffstat (limited to 'lib/x509/dn.c')
-rw-r--r--lib/x509/dn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/dn.c b/lib/x509/dn.c
index c8d99594a0..e714b3298e 100644
--- a/lib/x509/dn.c
+++ b/lib/x509/dn.c
@@ -673,7 +673,7 @@ _gnutls_x509_encode_and_write_attribute (const char *given_oid,
if ((result = _gnutls_x509_oid_data_choice (given_oid)) > 0)
{
- char *string_type;
+ const char *string_type;
int i;
string_type = "printableString";