diff options
Diffstat (limited to 'src/crypt.gaa')
-rw-r--r-- | src/crypt.gaa | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypt.gaa b/src/crypt.gaa index 3771502c6a..516b257f25 100644 --- a/src/crypt.gaa +++ b/src/crypt.gaa @@ -40,4 +40,3 @@ option (h, help) { gaa_help(); exit(0); } "shows this help text" init { $username=NULL; $passwd=NULL; $salt=0; $create_conf=NULL; $passwd_conf=NULL; $verify = 0; $index = 1; } - |