ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/util.h
(Generate patch)

Comparing gvpe/src/util.h (file contents):
Revision 1.33 by root, Wed Jul 17 16:40:58 2013 UTC vs.
Revision 1.34 by root, Thu Jan 9 08:15:05 2014 UTC

129 129
130#if ENABLE_HTTP_PROXY 130#if ENABLE_HTTP_PROXY
131u8 *base64_encode (const u8 *data, unsigned int len); 131u8 *base64_encode (const u8 *data, unsigned int len);
132#endif 132#endif
133 133
134/* always take more or less the same time to compare */
135bool slow_memeq (const void *a, const void *b, int len);
136
134/*****************************************************************************/ 137/*****************************************************************************/
135 138
136void rand_fill (void *data, int len); 139void rand_fill (void *data, int len);
137 140
138template<class T> 141template<class T>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines