summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hx509/cert.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-09-29 11:43:17 +0200
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-10-03 13:20:52 +0200
commit02b289f65bf567acb233ad01e3512a9e29b6c757 (patch)
tree8b43ee2bd1fa1811ec999555a04296ff5e2d3156 /source4/heimdal/lib/hx509/cert.c
parentbe938ab44b6095818501b23ca8422c731e14015a (diff)
downloadsamba-02b289f65bf567acb233ad01e3512a9e29b6c757.tar.gz
samba-02b289f65bf567acb233ad01e3512a9e29b6c757.tar.bz2
samba-02b289f65bf567acb233ad01e3512a9e29b6c757.zip
heimdal - fix various warnings
- Shadowed variables - "const" related warnings - Parameter names which shadow function declarations - Non-void functions which have no return value (patch also ported upstream)
Diffstat (limited to 'source4/heimdal/lib/hx509/cert.c')
-rw-r--r--source4/heimdal/lib/hx509/cert.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/heimdal/lib/hx509/cert.c b/source4/heimdal/lib/hx509/cert.c
index cd9ae01fac..7eda0eba48 100644
--- a/source4/heimdal/lib/hx509/cert.c
+++ b/source4/heimdal/lib/hx509/cert.c
@@ -3383,7 +3383,6 @@ _hx509_cert_to_env(hx509_context context, hx509_cert cert, hx509_env *env)
Certificate *c = _hx509_get_cert(cert);
heim_octet_string os, sig;
hx509_env envhash = NULL;
- char *buf;
os.data = c->tbsCertificate.subjectPublicKeyInfo.subjectPublicKey.data;
os.length =