aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/sober128.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-06-19 16:55:28 -0700
committerEvan Huus <eapache@gmail.com>2014-06-19 23:55:47 +0000
commit0c3e1a243bf3db07ce446f9e5ac2df93573b23f5 (patch)
treea66480518723070fade600a9b6402e165f2ae14f /wsutil/sober128.c
parentcdb68020ee1316714ad1e61d4c5779cfa3859882 (diff)
Add casting and license info to fix buildbots
Change-Id: Iea53b17480d758c16822d80778fa4f186a188a91 Reviewed-on: https://code.wireshark.org/review/2470 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'wsutil/sober128.c')
-rw-r--r--wsutil/sober128.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/wsutil/sober128.c b/wsutil/sober128.c
index a21e4662be..d117552700 100644
--- a/wsutil/sober128.c
+++ b/wsutil/sober128.c
@@ -2,7 +2,10 @@
cluster engine. corosync cluster engine borrows the implementation
from LibTomCrypt.
- The latest version of the original code can be found at http://libtom.org */
+ The latest version of the original code can be found at
+ http://libtom.org/?page=features according to which this code is in the
+ Public Domain
+ */
/* About LibTomCrypt:
* ---------------------------------------------------------------------
@@ -14,7 +17,7 @@
* The library is free for all purposes without any express
* guarantee it works.
*
- * Tom St Denis, tomstdenis@iahu.ca, http://libtomcrypt.com
+ * Tom St Denis, tomstdenis@iahu.ca, http://libtom.org/?page=features
*/
#include "sober128.h"