Hi, Richard,
I have been poking about with the openssl-0.9.8j VMS kit. I found that
there is one long symbol not included in symhacks. I have added this
block below the CRYPTO symbols in symhacks:
/* Hack some long names not included in CRYPTO list */
#undef int_CRYPTO_set_do_dynlock
Thanks, I've noticed the same about those long symbols. There are a
few more things but that's a good start. If you check one of the
later snapshots, you'll see that I've fixed quite a bit of stuff.
As to the FIPS stuff, I have simply not had the time to look into it.
There's been quite a lot of
I am trying to build a recent OpenSSL release (0.9.8j) on OpenVMS (both
Integrity Server and Alpha Server hardware platforms). I am having
undefined symbol problems.
The issue occurs both linking applications and also linking the CRYPTO
shared image library. The link symbol warnings are:
%
I've seen the same thing. Fixing it. Unfortunately, it will mean
that you will have to pick up a snapshot a little later or wait until
the next release.
Cheers,
Richard
In message <4971adfe.9030...@tibco.com> on Sat, 17 Jan 2009 05:07:58 -0500, Sue
Abercrombie said:
aberz> I am trying to bui