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 stdlib.h #include string.h #define _XOPEN_SOURCE #include unistd.h #ifdef _LINUX #include

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 documented

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 system. As documented in the manpage