- Feb 26, 2000
-
-
Dr. Stephen Henson authored
Rebuild error files.
-
Andy Polyakov authored
single fault:-) Needless to mention that bnbug.c posted couple of days ago passes as well...
-
Richard Levitte authored
-
Richard Levitte authored
-
Bodo Möller authored
where the new functions are mentioned.
-
Richard Levitte authored
-
Richard Levitte authored
backup will complain about some version not existing. Perhaps.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
files, unless it's all in unixly syntax. We can't guarantee that right now, so let's skip the whole test suit. There are other places (like the open()) where errors are detected anyway.
-
Richard Levitte authored
patch.
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
Richard Levitte authored
(they don't really exist before version 7), so that solution was toast. Instead, let's do it the way it's done on Unix, but then remove older versions of the file. That new mechanism *may* fail for some unixly formated file spec, although I wouldn't worry too much about it.
-
Dr. Stephen Henson authored
-
Richard Levitte authored
Actually, this should be resolved by using size_t a bit more, but that'll be for later.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
also needed to get around C compilers on VMS that set the symbol limit to 31 characters. Bot the macros VMS and __VMS are checked, since there's no real way to know if e_os.h has been included yet.
-
- Feb 25, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
system.
-
Richard Levitte authored
CRYPTO_num_locks() instead of CRYPTO_NUM_LOCKS!), and correct all the inconsistencies with the rest of OpenSSL. At least, this compiles nicely on Linux using PTHREADS. I've done no other tests so far.
-
Richard Levitte authored
restored, but not as a macro this time...
-
Ulf Möller authored
Looks like it fails when b is a power of 2, but I never get incorrect results.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
(actually, much more is needed, like a real config script)
-
Ulf Möller authored
Apparently BN_div_recp reports an error for small divisors (1,2,4,8,40). I haven't got mismatches so far. If you can, please run the test program for a few days (nohup divtest >out& or something), and if it reports a mismatch, post the output.
-
Richard Levitte authored
-
Andy Polyakov authored
another one, but only if you stick to sproc(2).
-
Bodo Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Andy Polyakov authored
IRIX, one is to call sproc(2) when every thread does get own pid and POSIX threads when all the threads share same pid.
-
Ulf Möller authored
-
Bodo Möller authored
The return value of handshake_func is signed, not unsigned.
-