Age | Commit message (Collapse) | Author |
|
svn path=/openssl/Makefile.in; revision=3562
|
|
svn path=/openssl/Makefile.in; revision=3295
|
|
svn path=/openssl/Makefile.in; revision=3161
|
|
svn path=/openssl/Makefile; revision=2956
|
|
bugfixes. While we're at this, switch to 1.0.0-stable snapshot
series, with goal of eventually converging on OpenSSL 1.0.0.
This included a few changes to track OpenSSL:
- The "STRING" type used in the OpenSSL stack macros became
"OPENSSL_STRING".
- OpenSSL has deprecated the MD2 digest algorithm, so POW code can't
refer to it unconditionally (perhaps I should remove support for it
from POW entirely, but for now I just honor the compile-time
conditional).
- OpenSSL's configuration script was whining that I should run "make
depend", so I do that now as part of the OpenSSL library build.
svn path=/openssl/Makefile; revision=2883
|
|
svn path=/openssl/Makefile; revision=1566
|