Browse Source

$OpenBSD$

OPENBSD_2_3
niklas 27 years ago
parent
commit
b8aef53588
3 changed files with 7 additions and 3 deletions
  1. +1
    -1
      src/lib/libc/crypt/arc4random.c
  2. +3
    -1
      src/lib/libc/crypt/crypt.c
  3. +3
    -1
      src/lib/libc/crypt/morecrypt.c

+ 1
- 1
src/lib/libc/crypt/arc4random.c View File

@ -1,4 +1,4 @@
/* $Id: arc4random.c,v 1.2 1997/07/09 01:08:16 millert Exp $ */
/* $OpenBSD: arc4random.c,v 1.3 1998/03/22 19:01:16 niklas Exp $ */
/*
* Arc4 random number generator for OpenBSD.


+ 3
- 1
src/lib/libc/crypt/crypt.c View File

@ -1,3 +1,5 @@
/* $OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $ */
/*
* FreeSec: libcrypt
*
@ -50,7 +52,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: crypt.c,v 1.12 1997/09/10 23:15:43 deraadt Exp $";
static char rcsid[] = "$OpenBSD: crypt.c,v 1.13 1998/03/22 19:01:18 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>


+ 3
- 1
src/lib/libc/crypt/morecrypt.c View File

@ -1,3 +1,5 @@
/* $OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $ */
/*
* FreeSec: libcrypt
*
@ -51,7 +53,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.8 1997/03/30 20:24:47 deraadt Exp $";
static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.9 1998/03/22 19:01:20 niklas Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>


Loading…
Cancel
Save