Question on des.h and des_old.h in FIPS-1.0

2006-05-16 Thread Shicai Hu
There are two des header files under  /include/openssl directory, and the Makefile in fips-1.0 include both des.h and des_old.h.  The same functions defined twice in des.h and des_old.h. Why?   Thanks. Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min with Yahoo

des.h

2002-01-25 Thread James Campbell
Hi, I have battled through the various mailing lists and cant find an answer to the problem of incompatibility between the SSL des.h and the kerberos (MIT) des.h as dished out with Solaris 2.6. When compiling Samba 2.2.2 with SSL .96 I get : Compiling lib/util.c In file included from /opt/OPENssl

RE: Problem compiling C++ code that includes des.h

1999-03-31 Thread Jon Parry-McCulloch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have C++ module where I want to use SSL objects. I am including some openssl .h files which include "des.h". "des.h" declares function crypt() . I had a similar problem a longtime ago. As I recall we fixed i