aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash/lhash.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-04 01:36:53 +0000
committerBodo Möller <bodo@openssl.org>2000-03-04 01:36:53 +0000
commit0a150c5c9f5a4e16c45c9c65a8103ebd37fee14f (patch)
tree58af4b55a7496939a0db2e19012f29b6892707f3 /crypto/lhash/lhash.c
parentc7fecee8b5e3a07746358af8c0f7610a3ed213bd (diff)
downloadopenssl-0a150c5c9f5a4e16c45c9c65a8103ebd37fee14f.tar.gz
Generate correct error reasons strings for SYSerr.
Diffstat (limited to 'crypto/lhash/lhash.c')
-rw-r--r--crypto/lhash/lhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c
index 6a340a2403..512c8bc84c 100644
--- a/crypto/lhash/lhash.c
+++ b/crypto/lhash/lhash.c
@@ -159,7 +159,7 @@ void lh_free(LHASH *lh)
unsigned int i;
LHASH_NODE *n,*nn;
- if(lh == NULL)
+ if (lh == NULL)
return;
for (i=0; i<lh->num_nodes; i++)