diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpg/t-sig-notation.c | 2 | ||||
-rw-r--r-- | tests/opassuan/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/gpg/t-sig-notation.c b/tests/gpg/t-sig-notation.c index 052e1796..11443bc9 100644 --- a/tests/gpg/t-sig-notation.c +++ b/tests/gpg/t-sig-notation.c @@ -52,7 +52,7 @@ static struct { "pgpmime", GPGME_SIG_NOTATION_HUMAN_READABLE | GPGME_SIG_NOTATION_CRITICAL }, { NULL, - "http://www.gnu.org/policy/", + "https://www.gnu.org/policy/", 0 } }; diff --git a/tests/opassuan/Makefile.am b/tests/opassuan/Makefile.am index 1dba3e8f..97fc8fb8 100644 --- a/tests/opassuan/Makefile.am +++ b/tests/opassuan/Makefile.am @@ -13,7 +13,7 @@ # Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this program; if not, see <http://www.gnu.org/licenses/>. +# License along with this program; if not, see <https://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in |