This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: question about encrypt

[Get raw message]
On Tue, Nov 13, 2001 at 03:07:49PM -0600, Wang, Sheng (MED) wrote:
> Hi there,
> 
> Could you suggest a way to find out if the GCC compiler that we are
> using is an international version or domestic version.
> I need encrypt/decrypt some config files, it seems like decryption by
> using encrypt function call is not supported due to the version.  Is
> there a way to go around that ?

There is no such thing as an "international" or "domestic" version
of GCC.  It compiles all code the same.  You are probably referring to
restrictions in your C *library*, which we do not provide and don't know
anything about.  In fact, we have no idea what kind of computer you are
using, so we can't even begin to guess.

If you need a general data encryption library, suggest you look at
OpenSSL.  http://www.openssl.org/

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]