~ubuntu-branches/ubuntu/intrepid/libcrypto++/intrepid

« back to all changes in this revision

Viewing changes to osrng.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Machard
  • Date: 2004-08-27 12:35:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040827123505-7evgxiu7k8memiyk
Tags: 5.2.1a-1
* Urgency set to high because lastest upload was unclean
* Rename libcrypto++-5.2.1.orig.tar.gz in  libcrypto++-5.2.1a.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
// Thanks to Leonard Janke for the suggestion for AutoSeededRandomPool.
4
4
 
5
5
#include "pch.h"
 
6
 
 
7
#ifndef CRYPTOPP_IMPORTS
 
8
 
6
9
#include "osrng.h"
7
10
 
8
11
#ifdef OS_RNG_AVAILABLE
170
173
NAMESPACE_END
171
174
 
172
175
#endif
 
176
 
 
177
#endif