projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1d6bb
)
C++ style comments fixed.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 26 May 2008 15:39:36 +0000
(15:39 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 26 May 2008 15:39:36 +0000
(15:39 +0000)
crypto/lhash/lhash.h
patch
|
blob
|
history
diff --git
a/crypto/lhash/lhash.h
b/crypto/lhash/lhash.h
index 29afe002de66f718ccfad9ebf576eb7b44bac299..ac1c400ee04bae1f2aa99e7dc2b0a5d226146f22 100644
(file)
--- a/
crypto/lhash/lhash.h
+++ b/
crypto/lhash/lhash.h
@@
-194,7
+194,7
@@
void lh_node_stats_bio(const _LHASH *lh, BIO *out);
void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out);
#endif
-/
/ Type checking...
+/
* Type checking... */
#define LHASH_OF(type) struct lhash_st_##type
@@
-203,7
+203,7
@@
void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out);
#define CHECKED_LHASH_OF(type,lh) \
((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh))
-/
/ Define wrapper functions.
+/
* Define wrapper functions. */
#define LHM_lh_new(type, name) \
((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
#define LHM_lh_error(type, lh) \