diff options
Diffstat (limited to 'cmd/fscrypt/fscrypt.go')
| -rw-r--r-- | cmd/fscrypt/fscrypt.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/fscrypt/fscrypt.go b/cmd/fscrypt/fscrypt.go index d6162f6..b1a5fe5 100644 --- a/cmd/fscrypt/fscrypt.go +++ b/cmd/fscrypt/fscrypt.go @@ -18,12 +18,6 @@ * the License. */ -/* -fscrypt is a command line tool for managing linux filesystem encryption. -*/ - -// +build linux,cgo - package main import ( |