From: Miek Gieben Date: Wed, 31 Aug 2005 08:35:34 +0000 (+0000) Subject: renamed tools to progs and typo X-Git-Tag: release-1.0.0~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc8ebe3985475c61dfe4fe9b16367e2d05e8d23b;p=thirdparty%2Fldns.git renamed tools to progs and typo --- diff --git a/Makefile.in b/Makefile.in index 570f0631..bd7267a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,8 +70,8 @@ LINK_LIB = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) all: lib -progs: $(PROG_TARGETS) - +tools: $(PROG_TARGETS) + lib: $(LIBDNS_OBJECTS) b64_pton$U.o b64_ntop$U.o $(LINK_LIB) -o libldns.la $(LIBDNS_LOBJECTS) b64_pton$U.lo b64_ntop$U.lo \ -rpath $(prefix)/lib diff --git a/keygen.c b/keygen.c index f57efa82..970f597d 100644 --- a/keygen.c +++ b/keygen.c @@ -19,7 +19,7 @@ usage(FILE *fp, char *prog) { fprintf(fp, " -b \tspecify the keylength\n"); fprintf(fp, " The public key is printed to stdout\n"); fprintf(fp, " The private key is printed to stderr\n"); - fprintf(fp, "\nWARING, WARNING, this program does NOT use a good random source for the key generation.\nUse at your OWN RISK\n\n"); + fprintf(fp, "\nWARNING, WARNING, this program does NOT use a good random source for the key generation.\nUse at your OWN RISK\n\n"); } int