projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Generate correct error reasons strings for SYSerr.
[openssl.git]
/
crypto
/
lhash
/
lhash.c
diff --git
a/crypto/lhash/lhash.c
b/crypto/lhash/lhash.c
index
6a340a2
..
512c8bc
100644
(file)
--- 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++)