~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to osrng.h

  • Committer: weidai
  • Date: 2007-05-04 16:13:42 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:345
fix compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#include "randpool.h"
9
9
#include "rng.h"
10
10
#include "aes.h"
 
11
#include "sha.h"
11
12
#include "fips140.h"
12
13
 
13
14
NAMESPACE_BEGIN(CryptoPP)