Re: [CryptoAPI-devel] Re: cryptoloop 2.6 "backport" for 2.4.22-rc2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 18 Aug 2003 19:02:12 +0100, Dale Amon wrote:
> make sundries  
> cc -c -pipe -O2 -m486 -fomit-frame-pointer -I../lib -Wall -Wmissing-prototypes -Wstrict-prototypes -DNCH=1   -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\" -DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -DHAVE_NFS sundries.c
> sundries.c: In function `use_keygen_prog':
> sundries.c:343: `__sigaction_handler' undeclared (first use in this function)
> sundries.c:343: (Each undeclared identifier is reported only once
> sundries.c:343: for each function it appears in.)
> sundries.c:343: parse error before `:'
> sundries.c:370: warning: assignment discards qualifiers from pointer target type
> sundries.c: At top level:
> sundries.c:295: warning: `child_handler' defined but not used
> make: *** [sundries.o] Error 1

Hm. Try the old-fashioned way then:
	struct sigaction sa;
	sa.sa_handler = child_handler;
	sa.sa_flags = SA_NOCLDSTOP;

> > Hashalot is kinda picky about the "ipe" in "ripemd160". Is it better 
> > to use the abbreviated spelling, or make both spellings work?
> 
> Probably not a bad idea to have both. TIMTOWTDI as they say in Perl...

Fixed and uploaded. Also added memory locking.

-- 
Ben Slusky                      | Edwards' Law: You cannot apply
sluskyb@xxxxxxxxxxxxxx          | a technological solution to a
sluskyb@xxxxxxxxxx              | sociological problem.
PGP keyID ADA44B3B      
-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/


[Index of Archives]     [Kernel]     [Linux Crypto]     [Gnu Crypto]     [Gnu Classpath]     [Netfilter]     [Bugtraq]
  Powered by Linux