From 658db66c3f9d3384298285c49878e021511d0762 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 25 Jun 2021 08:45:03 +0200 Subject: [PATCH] - Fix up permissions on rpl data file in tests. --- doc/Changelog | 3 +++ testdata/root_key_sentinel.rpl | 0 2 files changed, 3 insertions(+) mode change 100755 => 100644 testdata/root_key_sentinel.rpl diff --git a/doc/Changelog b/doc/Changelog index bbb2c0ed4..ba8402b2e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +25 June 2021: Wouter + - Fix up permissions on rpl data file in tests. + 24 June 2021: Wouter - Add analyzer and port compile github workflow. diff --git a/testdata/root_key_sentinel.rpl b/testdata/root_key_sentinel.rpl old mode 100755 new mode 100644