diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 10:00:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 10:00:54 +0000 |
commit | ceda3725fbf49211ee12966bcf4efa9cc34a4e29 (patch) | |
tree | d1540eef66ce013e5a644465379ebe76508bc970 /lib/libcrypt/nothing.c | |
parent | 151c4d445e69f0f6f5138086f614ea61ccf741bf (diff) |
libcrypt is now an empty library
Diffstat (limited to 'lib/libcrypt/nothing.c')
-rw-r--r-- | lib/libcrypt/nothing.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libcrypt/nothing.c b/lib/libcrypt/nothing.c new file mode 100644 index 00000000000..0c130039ac7 --- /dev/null +++ b/lib/libcrypt/nothing.c @@ -0,0 +1,6 @@ +/* + * + * Absolutely nothing. + * We no longer need libcrypt because crypt() is once again in libc + * + */ |