changeset 1038:d3925ed45a85

Fix for old compilers, variable declarations at beginning of functions and /**/ comments
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:51:18 +0800
parents 7c899f24a85b
children d0e6dd5af46e
files common-algo.c common-channel.c common-session.c curve25519-donna.c dbutil.c keyimport.c svr-chansession.c svr-x11fwd.c
diffstat 8 files changed, 19 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/common-algo.c	Tue Feb 24 20:45:07 2015 +0800
+++ b/common-algo.c	Tue Feb 24 20:51:18 2015 +0800
@@ -87,7 +87,7 @@
 #ifdef DROPBEAR_ENABLE_CBC_MODE
 const struct dropbear_cipher_mode dropbear_mode_cbc =
 	{(void*)cbc_start, (void*)cbc_encrypt, (void*)cbc_decrypt};
-#endif // DROPBEAR_ENABLE_CBC_MODE
+#endif /* DROPBEAR_ENABLE_CBC_MODE */