summaryrefslogtreecommitdiff
path: root/support/passwd_common.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-04-30 14:19:43 +0000
committerJim Jagielski <jim@apache.org>2013-04-30 14:19:43 +0000
commit638689b81db6e3d4700158115e5ee64ae6575620 (patch)
tree3cab7d6bdc82ee602c1b7ce60dc0054dfe976167 /support/passwd_common.h
parent0ca5b32311c81c32b61cb00a45989479def936eb (diff)
downloadhttpd-638689b81db6e3d4700158115e5ee64ae6575620.tar.gz
Merge r1465116 from trunk:
htpasswd: Add -v option to verify a password htpasswd and htdbm could use some more refactoring... Submitted by: sf Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1477651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/passwd_common.h')
-rw-r--r--support/passwd_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/passwd_common.h b/support/passwd_common.h
index 672ad5c3c7..00680624ce 100644
--- a/support/passwd_common.h
+++ b/support/passwd_common.h
@@ -80,7 +80,8 @@ struct passwd_ctx {
enum {
PW_PROMPT = 0,
PW_ARG,
- PW_STDIN
+ PW_STDIN,
+ PW_PROMPT_VERIFY,
} passwd_src;
};