|
reSIProcate/rutil
9694
|
#include <cassert>#include <stdlib.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include "rutil/Random.hxx"#include "rutil/Timer.hxx"#include "rutil/Mutex.hxx"#include "rutil/Lock.hxx"#include "rutil/Logger.hxx"
Go to the source code of this file.
Defines | |
| #define | USE_OPENSSL 0 |
| #define | RESIPROCATE_SUBSYSTEM Subsystem::SIP |
| #define | RANDOM_STATE_SIZE 128 |
| #define RANDOM_STATE_SIZE 128 |
Definition at line 66 of file Random.cxx.
Referenced by resip::Random::getRandom(), and resip::Random::initialize().
| #define RESIPROCATE_SUBSYSTEM Subsystem::SIP |
Definition at line 46 of file Random.cxx.
| #define USE_OPENSSL 0 |
Definition at line 36 of file Random.cxx.
1.7.5.1