summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/otp/otp_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/otp/otp_locl.h')
-rw-r--r--crypto/heimdal/lib/otp/otp_locl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/otp/otp_locl.h b/crypto/heimdal/lib/otp/otp_locl.h
index 391d04e..18c9284 100644
--- a/crypto/heimdal/lib/otp/otp_locl.h
+++ b/crypto/heimdal/lib/otp/otp_locl.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-/* $Id: otp_locl.h,v 1.11 1999/12/02 16:58:44 joda Exp $ */
+/* $Id: otp_locl.h,v 1.12 2002/08/12 15:09:20 joda Exp $ */
#include <stdio.h>
#include <stdlib.h>
@@ -66,5 +66,5 @@
#define OTPKEYS "/.otpkeys"
-#define OTP_DB "/etc/otp"
-#define OTP_DB_LOCK "/etc/otp-lock"
+#define OTP_DB SYSCONFDIR "/otp"
+#define OTP_DB_LOCK SYSCONFDIR "/otp-lock"
OpenPOWER on IntegriCloud