Re: crypt function
From: Brian C. Lane (brian@nexuscomputing.com)Date: 03/24/02
- Next message: nickd@nospam.demon.co.uk: "Re: network log"
- Previous message: Bryan Packer: "Re: iptables: order of operations?"
- In reply to: dwij: "crypt function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Brian C. Lane" <brian@nexuscomputing.com> Date: Sun, 24 Mar 2002 09:29:55 -0800
dwij wrote:
> i am using crypt function which always give error like .text + 0x64
> and the number 0x64 varies everytime . my linux version is redhat7.1
> i have included
>
>
> #include <stdio.h>
> #include <time.h>
> #include <unistd.h>
> #include <crypt.h>
>
> now pls help me
> dwij
Post the code and we might have a chance. Although this really belongs in
comp.os.linux.programmer
You're probably passing a NULL pointer to the crypt function, or forgetting
the salt?
Brian
-- www.nexuscomputing.com - Linux Consulting & Web Hosting GPG Key Fingerprint - 799F A3B6 AEF8 E9B4 D720 GPG and PGP email accepted - 56D0 21FB 63FE 9712 C2CD
- Next message: nickd@nospam.demon.co.uk: "Re: network log"
- Previous message: Bryan Packer: "Re: iptables: order of operations?"
- In reply to: dwij: "crypt function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]