Various cleanups and fixed by Marc and Ralf to start the OpenTLS project

This commit is contained in:
Ralf S. Engelschall
1998-12-22 15:04:48 +00:00
parent 31b8d86844
commit 651d0aff98
140 changed files with 1266 additions and 4983 deletions

View File

@@ -65,8 +65,8 @@
#ifdef NO_RAND
static RAND_METHOD *rand_meth=NULL;
#else
extern RAND_METHOD rand_ssleay;
static RAND_METHOD *rand_meth= &rand_ssleay;
extern RAND_METHOD rand_ssleay_meth;
static RAND_METHOD *rand_meth= &rand_ssleay_meth;
#endif
void RAND_set_rand_method(meth)