diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-09 23:34:48 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-09 23:34:48 +0800 |
commit | ded8bd8b29b49474716bf29c826ae827b35cd392 (patch) | |
tree | c8b91879eed9d1f109e3dabe2bb0e7e5231dbb81 /libtomcrypt | |
parent | 731b8109779acbec398aaf700e9e8df0cb51e479 (diff) | |
download | dropbear-ded8bd8b29b49474716bf29c826ae827b35cd392.tar.gz |
Fix commenting out
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/src/misc/crypt/crypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtomcrypt/src/misc/crypt/crypt.c b/libtomcrypt/src/misc/crypt/crypt.c index e20c271..83b6c21 100644 --- a/libtomcrypt/src/misc/crypt/crypt.c +++ b/libtomcrypt/src/misc/crypt/crypt.c @@ -15,7 +15,7 @@ #define NAME_VALUE(s) #s"="NAME(s) #define NAME(s) #s -/* +#if 0 /* Dropbear */ const char *crypt_build_settings = "LibTomCrypt " SCRYPT " (www.libtom.net)\n" "LibTomCrypt is public domain software.\n" @@ -489,7 +489,7 @@ const char *crypt_build_settings = #endif "\n" ; - */ +#endif /* Dropbear */ /* ref: $Format:%D$ */ |