summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsputkey.c
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-06-20 01:29:15 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-06-20 01:29:15 +0000
commit0cfdf8709aa547d4290df7ff2ea6d65ea6bd9bf5 (patch)
tree229118c9d248949d2d08f13e685fdab213961b0b /usr.bin/tcfs/tcfsputkey.c
parent471c9f13c950f6a7e25ef52a83e209df48d2b7dd (diff)
no include <des.h> anymore
Diffstat (limited to 'usr.bin/tcfs/tcfsputkey.c')
-rw-r--r--usr.bin/tcfs/tcfsputkey.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsputkey.c b/usr.bin/tcfs/tcfsputkey.c
index ab1f0f53a9b..177993d6862 100644
--- a/usr.bin/tcfs/tcfsputkey.c
+++ b/usr.bin/tcfs/tcfsputkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsputkey.c,v 1.8 2000/06/19 23:06:25 aaron Exp $ */
+/* $OpenBSD: tcfsputkey.c,v 1.9 2000/06/20 01:29:14 provos Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -16,7 +16,6 @@
#include <sys/param.h>
#include <sys/mount.h>
#include <ctype.h>
-#include <des.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>