From 67f4cce42c59be9b580ea0229a7dfcb5187d575c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 14 Nov 2013 22:03:30 +0800 Subject: use oldstyle comments --- ltc_prng.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltc_prng.h') diff --git a/ltc_prng.h b/ltc_prng.h index d7ec904..f5391e0 100644 --- a/ltc_prng.h +++ b/ltc_prng.h @@ -8,6 +8,6 @@ extern const struct ltc_prng_descriptor dropbear_prng_desc; -#endif // DROPBEAR_LTC_PRNG +#endif /* DROPBEAR_LTC_PRNG */ -#endif // _LTC_PRNG_H_DROPBEAR \ No newline at end of file +#endif /* _LTC_PRNG_H_DROPBEAR */ -- cgit v1.2.1