aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dns-cert.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Simplify for string.h and getopt.h.NIIBE Yutaka2021-08-051-3/+0
| | | | | | | | | | | | | * configure.ac (AC_CHECK_HEADERS): Remove string.h and getopt.h. * dirmngr/ks-engine-ldap.c: Remove including getopt.h. * tools/make-dns-cert.c: Likewise. -- Checking string.h is supported by AC_HEADER_STDC. Use of getopt.h is only needed for getopt_long of GNU extention. Signed-off-by: NIIBE Yutaka <[email protected]>
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
| | | | --
* Utilize new automake vars for proper installation into doc/.Werner Koch2008-03-271-1/+1
|
* Allow standalone build.Werner Koch2008-03-261-4/+14
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+239
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.