diff --git a/Changes b/Changes index e2377c1da..d55a838eb 100644 --- a/Changes +++ b/Changes @@ -1541,3 +1541,4 @@ seen. gmtime warning still there - Fixed +O/+A ban implementation issues - Reformated unreal32docs.html in something other than MS Word 93k now! - Corrected release date in doc/unreal32.docs +- Removed ssl.rnd as it was not supposed to be provided by CVS diff --git a/src/ssl.cnf b/src/ssl.cnf index defe92fae..187a96b1c 100644 --- a/src/ssl.cnf +++ b/src/ssl.cnf @@ -1,6 +1,6 @@ # create RSA certs - Server -RANDFILE = src/ssl.rnd +RANDFILE = ssl.rnd [ req ] default_bits = 1024 diff --git a/src/ssl.rnd b/src/ssl.rnd deleted file mode 100644 index 38ce0fa53..000000000 Binary files a/src/ssl.rnd and /dev/null differ