From 220903f92e1b8fae5d8b9b8ee23bec828d03b7d9 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 26 May 2008 15:39:36 +0000 Subject: C++ style comments fixed. --- crypto/lhash/lhash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/lhash') 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) \ -- cgit v1.2.3