Re: Openssl backward compatibility

2007-09-28 Thread Kaushalye Kapuruge
Dr. Stephen Henson wrote: On Fri, Sep 28, 2007, jimmy bahuleyan wrote: Kaushalye Kapuruge wrote: Hi Listers, I'm having a problem shipping my (xml security)library, which is based on openssl crypto implementation. I have statically linked it with the ssl and crypto libraries (-lssl -lc

Re: Openssl backward compatibility

2007-09-28 Thread jimmy bahuleyan
Kaushalye Kapuruge wrote: > jimmy bahuleyan wrote: >> Kaushalye Kapuruge wrote: >> >>> Hi Listers, >>> I'm having a problem shipping my (xml security)library, which is based >>> on openssl crypto implementation. >>> I have statically linked it with the ssl and crypto libraries (-lssl >>> -lcrypto

Re: Openssl backward compatibility

2007-09-28 Thread Dr. Stephen Henson
On Fri, Sep 28, 2007, jimmy bahuleyan wrote: > Kaushalye Kapuruge wrote: > > Hi Listers, > > I'm having a problem shipping my (xml security)library, which is based > > on openssl crypto implementation. > > I have statically linked it with the ssl and crypto libraries (-lssl > > -lcrypto). > > Are

Re: Openssl backward compatibility

2007-09-28 Thread Kaushalye Kapuruge
jimmy bahuleyan wrote: Kaushalye Kapuruge wrote: Hi Listers, I'm having a problem shipping my (xml security)library, which is based on openssl crypto implementation. I have statically linked it with the ssl and crypto libraries (-lssl -lcrypto). Are you sure you have statically linked

Re: Openssl backward compatibility

2007-09-28 Thread jimmy bahuleyan
Kaushalye Kapuruge wrote: > Hi Listers, > I'm having a problem shipping my (xml security)library, which is based > on openssl crypto implementation. > I have statically linked it with the ssl and crypto libraries (-lssl > -lcrypto). Are you sure you have statically linked in the Openssl libraries?