~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to hex.cpp

  • Committer: weidai
  • Date: 2010-06-18 01:52:34 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:485
avoid SecBlock of arrays

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
const int *HexDecoder::GetDefaultDecodingLookupArray()
30
30
{
31
 
        static bool s_initialized = false;
 
31
        static volatile bool s_initialized = false;
32
32
        static int s_array[256];
33
33
 
34
34
        if (!s_initialized)