Hello all,
As part of a company project I initiated an attempt to port OpenSSL to
the Palm. About two months ago I completed stage 1 which was actually
getting the source compiled and linked for the Palm. However, due to either
the toolkit's or the PalmOS' limitations I then was unable to l
Is anybody porting this library to the PalmOS? I managed to get v0.9.5c to
successfully compile for the Palm but was then unable to install the
resulting prc file as it was too big.
__
OpenSSL Project
> Yup. From INSTALL:
>
> sharedIn addition to the usual static libraries, create shared
> libraries on platforms where it's supported. See "Note on
> shared libraries" below.
I ran ./config shared and while it build and installed shared libraries it
did
Hi,
I'm currently porting OpenSSL to a platform that lacks a gmtime
eqivalent. I do however have access to a localtime. How would the OpenSSL
library be affected if I switched the gmtime()'s to the localtime equivalent
available to me? My hope is that the gmtime is only being used to verif