summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-08-18 08:38:48 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-08-18 08:38:48 +0200
commit71425d3f46bb5af6198032211e9922afe7ea0027 (patch)
treecb2e24f9fb18111e6956168205bfc10b21bfcefb
parent443401a97cf59aaf65c5563a0c55dcce96e61810 (diff)
downloadgnutls-71425d3f46bb5af6198032211e9922afe7ea0027.tar.gz
gnutls_x509_crl_get_issuer_dn: removed unnecessary const
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/x509/crl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/crl.c b/lib/x509/crl.c
index 7436a6e53e..dfeea3939d 100644
--- a/lib/x509/crl.c
+++ b/lib/x509/crl.c
@@ -204,7 +204,7 @@ gnutls_x509_crl_import(gnutls_x509_crl_t crl,
*
**/
int
-gnutls_x509_crl_get_issuer_dn(const gnutls_x509_crl_t crl, char *buf,
+gnutls_x509_crl_get_issuer_dn(gnutls_x509_crl_t crl, char *buf,
size_t * sizeof_buf)
{
if (crl == NULL) {