From 084adb601f2d375395c6cdcedf8af91f1065fe4e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 9 Oct 2006 16:22:20 +0000 Subject: Feh, wrong vendor branch merge proceedure, clean up before trying again. svn path=/openssl/vendor/0.9.8d; revision=374 --- openssl/vendor/0.9.8d/MacOS/Randomizer.h | 43 -------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 openssl/vendor/0.9.8d/MacOS/Randomizer.h (limited to 'openssl/vendor/0.9.8d/MacOS/Randomizer.h') diff --git a/openssl/vendor/0.9.8d/MacOS/Randomizer.h b/openssl/vendor/0.9.8d/MacOS/Randomizer.h deleted file mode 100644 index 565537b1..00000000 --- a/openssl/vendor/0.9.8d/MacOS/Randomizer.h +++ /dev/null @@ -1,43 +0,0 @@ - -// Gathers unpredictable system data to be used for generating -// random bits - -#include - -class CRandomizer -{ -public: - CRandomizer (void); - void PeriodicAction (void); - -private: - - // Private calls - - void AddTimeSinceMachineStartup (void); - void AddAbsoluteSystemStartupTime (void); - void AddAppRunningTime (void); - void AddStartupVolumeInfo (void); - void AddFiller (void); - - void AddCurrentMouse (void); - void AddNow (double millisecondUncertainty); - void AddBytes (void *data, long size, double entropy); - - void GetTimeBaseResolution (void); - unsigned long SysTimer (void); - - // System Info - bool mSupportsLargeVolumes; - bool mIsPowerPC; - bool mIs601; - - // Time info - double mTimebaseTicksPerMillisec; - unsigned long mLastPeriodicTicks; - - // Mouse info - long mSamplePeriod; - Point mLastMouse; - long mMouseStill; -}; -- cgit v1.2.3