diff options
author | markm <markm@FreeBSD.org> | 1996-02-10 15:54:48 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-02-10 15:54:48 +0000 |
commit | 1f82e254e37337f4d2dc6f24b3b76ec4bf3c6b51 (patch) | |
tree | 3127c6cefed91f04bbed8a20377e9b8634f093d6 /secure/lib/libdes/new_rkey.c | |
parent | 654d7208400d25aabc0fc7b11afc12a7e70422f5 (diff) | |
download | FreeBSD-src-1f82e254e37337f4d2dc6f24b3b76ec4bf3c6b51.zip FreeBSD-src-1f82e254e37337f4d2dc6f24b3b76ec4bf3c6b51.tar.gz |
iImport a FreeBSD Makefile, BSD-ise the header and correct a typo. As the
interface has changed a bit (there are more rentry points), the
shared library has been bumped to libdes.so.2.1.
Diffstat (limited to 'secure/lib/libdes/new_rkey.c')
-rw-r--r-- | secure/lib/libdes/new_rkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libdes/new_rkey.c b/secure/lib/libdes/new_rkey.c index 65aa056..c6b856c 100644 --- a/secure/lib/libdes/new_rkey.c +++ b/secure/lib/libdes/new_rkey.c @@ -77,14 +77,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: new_rnd_key.c,v 1.1 1995/09/16 21:01:51 mark Exp $ + * $Id: new_rkey.c,v 1.1.1.1 1996/02/10 15:32:24 markm Exp $ */ /* 21-Nov-95 - eay - I've finally put this into libdes, I have made a * few changes since it need to compile on all version of unix and * there were a few things that would not :-) */ -#incldue <stdio.h> +#include <stdio.h> #include <unistd.h> #include <sys/time.h> #include <sys/param.h> |