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
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
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