Dirk Roehrdanz wrote:
>
> Thanks for the modification.
> I have replaced the "[]" with "{}" . A run of "make buildworld" with
> the patch finished without errors.
Sorry about that. I did it quickly and the font I was using has the characters
looking identical. Time to change fonts :-)
> The
Hi Jim,
On 0, Jim Bloom <[EMAIL PROTECTED]> wrote:
> A similar patch was added for the USA version of RSA for the same basic reason.
> Your patch is almost correct. It should add the line:
>
> LDADD+= -L$[.OBJDIR]/../libcrypto -lcrypto
^ ^
>
> Your version woul
A similar patch was added for the USA version of RSA for the same basic reason.
Your patch is almost correct. It should add the line:
LDADD+= -L$[.OBJDIR]/../libcrypto -lcrypto
Your version would reference the system crypto library and not the one being
built as part of buildworld.
Jim Bloom
[
Hello,
On 0, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Thu, 23 Mar 2000, Paul Richards wrote:
>
> > I stuck a dlerror() in there and the problem is
> >
> > usr/lib/librsaINTL.so: Undefined symbol "BN_mod_exp_mont"
>
> This symbol is defined in bn_ext.c and should be compiled into libcrypt
On Thu, 23 Mar 2000, Paul Richards wrote:
> I stuck a dlerror() in there and the problem is
>
> usr/lib/librsaINTL.so: Undefined symbol "BN_mod_exp_mont"
This symbol is defined in bn_ext.c and should be compiled into libcrypto -
can you verify yours has it?
Kris
In God we Trust -- all ot
Kris Kennaway wrote:
>
> On Thu, 23 Mar 2000, Paul Richards wrote:
>
> > > Because the dlopen() of librsaintl.so fails.
> >
> > Ok, I give up :-) Why would that happen then ?
>
> I don't know :-)
I stuck a dlerror() in there and the problem is
usr/lib/librsaINTL.so: Undefined symbol "BN_mod_e
Kris Kennaway wrote:
>
> On Thu, 23 Mar 2000, Paul Richards wrote:
>
> > > Because the dlopen() of librsaintl.so fails.
> >
> > Ok, I give up :-) Why would that happen then ?
>
> I don't know :-)
>
> > I'm not the only person seeing this, it's been reported on the ports
> > list by someone els
On Thu, 23 Mar 2000, Paul Richards wrote:
> > Because the dlopen() of librsaintl.so fails.
>
> Ok, I give up :-) Why would that happen then ?
I don't know :-)
> I'm not the only person seeing this, it's been reported on the ports
> list by someone else as well.
Hmm, I think I missed this mail
Kris Kennaway wrote:
>
> On Thu, 23 Mar 2000, Paul Richards wrote:
>
> > I'm picking up my secure code from internat so why is modssl trying to
> > use rsaref rather than the international rsa?
>
> Because the dlopen() of librsaintl.so fails.
Ok, I give up :-) Why would that happen then ?
I c
On Thu, 23 Mar 2000, Paul Richards wrote:
> I'm picking up my secure code from internat so why is modssl trying to
> use rsaref rather than the international rsa?
Because the dlopen() of librsaintl.so fails.
> Is there a document that explains how all this is supposed to work, I've
> lost track
10 matches
Mail list logo