Back out static hacks & build of usr.bin until Geoff informs the
world of his master plan. Submitted by: pst
This commit is contained in:
parent
c7db8bc467
commit
5787daa8ba
@ -1,6 +1,7 @@
|
||||
# $Id: Makefile,v 1.3 1994/08/12 21:02:17 csgr Exp $
|
||||
# $Id: Makefile,v 1.4 1994/09/07 07:16:37 pst Exp $
|
||||
|
||||
SUBDIR= lib usr.bin
|
||||
# XXX usr.bin out until Geoff's master plan is done
|
||||
SUBDIR= lib
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: crypt.c,v 1.2 1994/08/08 17:28:52 csgr Exp $
|
||||
* $Id: crypt.c,v 1.3 1994/09/07 07:16:44 pst Exp $
|
||||
*
|
||||
* This is an original implementation of the DES and the crypt(3) interfaces
|
||||
* by David Burren <davidb@werj.com.au>.
|
||||
@ -362,7 +362,7 @@ setup_salt(long salt)
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
des_setkey(const char *key)
|
||||
{
|
||||
u_long k0, k1, rawkey0, rawkey1;
|
||||
@ -559,7 +559,7 @@ do_des( u_long l_in, u_long r_in, u_long *l_out, u_long *r_out, int count)
|
||||
return(0);
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
des_cipher(const char *in, char *out, long salt, int count)
|
||||
{
|
||||
u_long l_out, r_out, rawl, rawr;
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: crypt.c,v 1.2 1994/08/08 17:28:52 csgr Exp $
|
||||
* $Id: crypt.c,v 1.3 1994/09/07 07:16:44 pst Exp $
|
||||
*
|
||||
* This is an original implementation of the DES and the crypt(3) interfaces
|
||||
* by David Burren <davidb@werj.com.au>.
|
||||
@ -362,7 +362,7 @@ setup_salt(long salt)
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
des_setkey(const char *key)
|
||||
{
|
||||
u_long k0, k1, rawkey0, rawkey1;
|
||||
@ -559,7 +559,7 @@ do_des( u_long l_in, u_long r_in, u_long *l_out, u_long *r_out, int count)
|
||||
return(0);
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
des_cipher(const char *in, char *out, long salt, int count)
|
||||
{
|
||||
u_long l_out, r_out, rawl, rawr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user