Change the label used for dummy keys to something OpenPAM-specific.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@724 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2013-08-21 15:08:40 +00:00
parent d216fb463e
commit df82cbb560
1 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,6 @@ enum oath_hash {
/*
* Label to use for dummy keys
*/
#define OATH_DUMMY_LABEL "oath-dummy-key"
#define OATH_DUMMY_LABEL "oath-dummy@openpam.org"
#endif