]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Move comment into source.
authorSimon Josefsson <simon@josefsson.org>
Thu, 6 Aug 2009 22:28:20 +0000 (00:28 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 6 Aug 2009 22:28:20 +0000 (00:28 +0200)
tests/Makefile.am
tests/hostname-check.README [deleted file]
tests/hostname-check.c

index b84ab9d6372ac0c1e82bb26401d56d5be9f62a42..5538fb72dc6d2d1012550681c5452c31f3e31e7a 100644 (file)
@@ -26,7 +26,7 @@ if ENABLE_OPENPGP
 SUBDIRS += openpgp-certs
 endif
 
-EXTRA_DIST = libgcrypt.supp hostname-check.README
+EXTRA_DIST = libgcrypt.supp
 
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 AM_CPPFLAGS = \
diff --git a/tests/hostname-check.README b/tests/hostname-check.README
deleted file mode 100644 (file)
index dec0af6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-hostname-check README -- Information about hostname-check self test.
-Copyright (C) 2007 Simon Josefsson
-See the end for copying conditions.
-
-This directory contains a self-test of the RFC 2818 hostname matching
-algorithm.  Used to detect regressions of the bug reported in:
-
-http://lists.gnupg.org/pipermail/gnutls-dev/2007-February/001385.html
-
-----------------------------------------------------------------------
-Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved.
index 183ee1a283cabd99581682dd0c17610769dc9c9e..04e39f490b462c1f9cdcd67a7828965daadeea55 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007 Free Software Foundation
+ * Copyright (C) 2007, 2009 Free Software Foundation
  *
  * Author: Simon Josefsson
  *
 
 #include "utils.h"
 
+/*
+  A self-test of the RFC 2818 hostname matching algorithm.  Used to
+  detect regressions of the bug reported in:
+  http://lists.gnupg.org/pipermail/gnutls-dev/2007-February/001385.html
+*/
+
 /* Certificate with no SAN nor CN. */
 char pem1[] =
   "X.509 Certificate Information:\n"