From 23360bc8f8446ca7a38789265df89e0aaf4c5074 Mon Sep 17 00:00:00 2001 From: James Brister Date: Wed, 24 Jan 2001 15:22:19 +0000 Subject: [PATCH] base64-ify the secret. --- bin/tests/ndc.conf-include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/ndc.conf-include b/bin/tests/ndc.conf-include index a0179a2d2e..387080f147 100644 --- a/bin/tests/ndc.conf-include +++ b/bin/tests/ndc.conf-include @@ -1,6 +1,6 @@ key "another-key" { algorithm "al-gore-rhythm"; - secret "Gore in 2004!"; + secret "R29yZSBpbiAyMDA0IQo"; # "Gore in 2004!" };