freebsd-dev/crypto
Sheldon Hearn fa3e900453 Don't use non-signal-safe functions (exit(3) in this case) in
signal handlers.  In this case, use _exit(2) instead, following
the call to shutdown(2).

This fixes rare telnetd hangs.

PR:		misc/33672
Submitted by:	Umesh Krishnaswamy <umesh@juniper.net>
MFC after:	1 month
2002-02-05 15:20:02 +00:00
..
heimdal This commit was generated by cvs2svn to compensate for changes in r89402, 2002-01-15 19:25:55 +00:00
kerberosIV merge imported changes into HEAD 2001-05-11 00:14:02 +00:00
openssh Make libssh.so useable (undefined reference to IPv4or6). 2002-01-23 15:06:47 +00:00
openssl Resolve conflicts. 2002-01-27 03:17:13 +00:00
telnet Don't use non-signal-safe functions (exit(3) in this case) in 2002-02-05 15:20:02 +00:00
README Note that crypto/ is not used to build in, people should see secure/ 2001-02-10 04:47:47 +00:00

$FreeBSD$

This directory is for the EXACT same use as src/contrib, except it
holds crypto sources.  In other words, this holds raw sources obtained
from various third party vendors, with FreeBSD patches applied.  No
compilation is done from this directory, it is all done from the
src/secure directory.  The separation between src/contrib and src/crypto
is the result of an old USA law, which made these sources export
controlled, so they had to be kept separate.