From df82cbb560b839259c664ff17830a2a1a944c021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 21 Aug 2013 15:08:40 +0000 Subject: [PATCH] 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 --- include/security/oath_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/security/oath_constants.h b/include/security/oath_constants.h index 465c64c..ed92286 100644 --- a/include/security/oath_constants.h +++ b/include/security/oath_constants.h @@ -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