From 1f8d0b5a3bacff15ff3b1582bcd6f7476935c855 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 1 Nov 1996 03:45:28 +0000 Subject: explain better how to make exportable bins --- src/lib/libc/crypt/crypt.3 | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 794431c809..f58c09963a 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.3 1996/08/07 18:40:26 downsj Exp $ +.\" $OpenBSD: crypt.3,v 1.4 1996/11/01 03:45:28 deraadt Exp $ .\" .\" FreeSec: libcrypt .\" @@ -61,7 +61,7 @@ function performs password encryption, based on the Data Encryption Standard (DES). Additional code has been added to deter key search attempts. The first argument to -.Nm crypt +.Fn crypt is a .Dv null Ns -terminated string, typically a user's typed password. @@ -231,8 +231,14 @@ first appeared in This library (FreeSec 1.0) was developed outside the United States of America as an unencumbered replacement for the U.S.-only libcrypt encryption library. -Programs linked against the crypt() interface may be exported from the U.S.A. -only if they use crypt() solely for authentication purposes and avoid use of -the other programmer interfaces listed above. +Programs linked against the +.Fn crypt +interface may be exported from the U.S.A. only if they use +.Fn crypt +solely for authentication purposes and avoid use of +the other programmer interfaces listed above. Special care has been taken +in the library so that programs which only use the +.Fn crypt +interface do not pull in the other components. .Sh AUTHOR David Burren -- cgit v1.2.3-55-g6feb