Re: DES encryption.

2003-08-14 Thread Pascal Pype
Kris Kennaway wrote: On Sun, Aug 10, 2003 at 04:30:39PM +0200, Pascal Pype wrote: Hello all, There seems to be a problem when one wants to use the DES encryption algorithm within the freeBSD platform. When one compiles this : "WARNING! encrypt(3) not present in the system". As doc

DES encryption.

2003-08-14 Thread Pascal Pype
Hello all, There seems to be a problem when one wants to use the DES encryption algorithm within the freeBSD platform. When one compiles this : */ #define _C_PLUS_PLUS // General headers. #include #include #define _XOPEN_SOURCE #include #ifdef _LINUX #include #endif // Software package

Re: DES encryption.

2003-08-11 Thread Kris Kennaway
On Sun, Aug 10, 2003 at 04:30:39PM +0200, Pascal Pype wrote: > Hello all, > > There seems to be a problem when one wants to use > the DES encryption algorithm within the freeBSD > platform. > > When one compiles this : > "WARNING! encrypt(3) not present in the s