diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:03:30 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-14 22:03:30 +0800 |
commit | de1deaf0bde9c0e67932420117caeb390f8ead98 (patch) | |
tree | ccf5802f9b75b67d28ce22a42cc947dd018b1dcf /crypto_desc.h | |
parent | e00a97944a412213d5335c3664f45bab0fcdb546 (diff) |
use oldstyle comments
Diffstat (limited to 'crypto_desc.h')
-rw-r--r-- | crypto_desc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_desc.h b/crypto_desc.h index ff04066..d05096b 100644 --- a/crypto_desc.h +++ b/crypto_desc.h @@ -5,5 +5,5 @@ void crypto_init(); extern int dropbear_ltc_prng; -#endif // _CRYPTO_DESC_H +#endif /* _CRYPTO_DESC_H */ |