summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index 5a9953e..07d8e64 100644
--- a/main.go
+++ b/main.go
@@ -18,16 +18,11 @@ import (
)
const (
- USE_OPENSSL = true
- PATHFS_DEBUG = false
-
PROGRAM_NAME = "gocryptfs"
// Exit codes
ERREXIT_USAGE = 1
- ERREXIT_NEWFS = 2
ERREXIT_MOUNT = 3
- ERREXIT_SERVE = 4
ERREXIT_CIPHERDIR = 6
ERREXIT_INIT = 7
ERREXIT_LOADCONF = 8