]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Fri, 2 Nov 2001 22:26:21 +0000 (22:26 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 2 Nov 2001 22:26:21 +0000 (22:26 +0000)
CHANGES lib/bind/dst/dst_api.c lib/bind/dst/support.c
trebuchet ~/9.2 $ cvs commit -mpullup:

lib/bind/dst/dst_api.c

index 197eb217689940371839eb19177d4c7302874036..556ac0ae521e44457a2583f4d6e3c43ec749b022 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef LINT
-static const char rcsid[] = "$Header: /u0/home/explorer/proj/ISC/git-conversion/cvsroot/bind9/lib/bind/dst/Attic/dst_api.c,v 1.4.2.3 2001/11/02 22:25:28 gson Exp $";
+static const char rcsid[] = "$Header: /u0/home/explorer/proj/ISC/git-conversion/cvsroot/bind9/lib/bind/dst/Attic/dst_api.c,v 1.4.2.4 2001/11/02 22:26:21 gson Exp $";
 #endif
 
 /*
@@ -553,7 +553,7 @@ dst_s_read_public_key(const char *in_name, const u_int16_t in_id, int in_alg)
        enckey[--len] = '\0';
 
        /* remove leading spaces */
-       for (notspace = (char *) enckey; isspace((unsigned char)*notspace); len--)
+       for (notspace = (char *) enckey; isspace((*notspace)&0xff); len--)
                notspace++;
 
        dlen = b64_pton(notspace, deckey, sizeof(deckey));