From: Ian Jackson Date: Sun, 24 Nov 2019 00:28:38 +0000 (+0000) Subject: test-example: Add the inside.key to the privcache too X-Git-Tag: v0.6.0~83 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3f7876c6ff0c08277d8e8622ae6fa37a172acede;p=secnet.git test-example: Add the inside.key to the privcache too Signed-off-by: Ian Jackson --- diff --git a/test-example/Dir.sd.mk b/test-example/Dir.sd.mk index 388e45e..e6fca94 100644 --- a/test-example/Dir.sd.mk +++ b/test-example/Dir.sd.mk @@ -17,5 +17,6 @@ define privkey endef $(eval $(call privkey,outside,0000000000,outside.key)) +$(eval $(call privkey,inside,0000000000,inside.key)) &CLEAN += *.new