summaryrefslogtreecommitdiffstats
path: root/crypto/lhash
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-05-26 15:39:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-05-26 15:39:36 +0000
commit220903f92e1b8fae5d8b9b8ee23bec828d03b7d9 (patch)
treea24d5148eff0fd6f2d5edba9ac8c86797fc39975 /crypto/lhash
parent3c1d6bbc9242900af0e5db927fdcda38539bd54a (diff)
C++ style comments fixed.
Diffstat (limited to 'crypto/lhash')
-rw-r--r--crypto/lhash/lhash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h
index 29afe002de..ac1c400ee0 100644
--- 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) \