Saner handling if config.mk doesn't exist: use a default config.defaults.mk.
[wvstreams.git] / crypto / wvcrypto.cc
blob8955091412e95b2ad56baf338223c33e9d0072dd
1 /*
2 * Worldvisions Tunnel Vision Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
4 *
5 * Miscellaneous cryptography primitives.
6 */
7 #include "wvcrypto.h"
9 /***** WvRandomStream *****/
11 WvRandomStream::WvRandomStream() :
12 WvFile("/dev/urandom", O_RDONLY)