diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-08 17:29:04 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-08 17:29:04 +0000 |
| commit | 712ca8b49980b0c3b4f9dfd15efb8c549cbbf422 (patch) | |
| tree | 0812b61f89ad397b2b4237faf54aca46be9cc905 /secure/lib/libcrypt/README.FreeBSD | |
| parent | c4f09032cb8ea9afea42ab9c0909f09851ad1b5b (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt/README.FreeBSD')
| -rw-r--r-- | secure/lib/libcrypt/README.FreeBSD | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/README.FreeBSD b/secure/lib/libcrypt/README.FreeBSD index 00a93ca6ee8f..250467edfd60 100644 --- a/secure/lib/libcrypt/README.FreeBSD +++ b/secure/lib/libcrypt/README.FreeBSD @@ -3,4 +3,19 @@ $Id: README.FreeBSD,v 1.2 1994/04/04 15:10:57 g89r4222 Exp $ This is FreeSec package for NetBSD, unchanged for FreeBSD, except for the Makefile. -The other stuff in libcrypt will be added in stages! +FreeSec was written by David Burren <davidb@werj.com.au> + +A few bugs in the original FreeSec release have been fixed. + +In order to make libcrypt binaries exportable from the USA, +only the symbol _crypt() (later to be changed to ___crypt()) +is exported from libcrypt. + +This source code was developed outside the USA, and can be +obtained outside the USA. + + Geoff Rehmet + Rhodes University + Grahamstown + South Africa + 8 August 1994 |
