]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
uint8_t -> unsigned char
authorMark Andrews <marka@isc.org>
Thu, 13 Jan 2011 06:41:05 +0000 (06:41 +0000)
committerMark Andrews <marka@isc.org>
Thu, 13 Jan 2011 06:41:05 +0000 (06:41 +0000)
lib/dns/include/dns/sdlz.h
lib/dns/ssu_external.c

index 1c89ae4535a41c72b3bae48f1e439773502c9421..1515098e3637c350db5078c447507314afe4fb0e 100644 (file)
@@ -50,7 +50,7 @@
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sdlz.h,v 1.12 2011/01/13 06:29:16 marka Exp $ */
+/* $Id: sdlz.h,v 1.13 2011/01/13 06:41:05 marka Exp $ */
 
 /*! \file dns/sdlz.h */
 
@@ -237,7 +237,7 @@ typedef isc_boolean_t (*dns_sdlzssumatch_t)(const char *signer,
                                            const char *type,
                                            const char *key,
                                            isc_uint32_t keydatalen,
-                                           uint8_t *keydata,
+                                           unsigned char *keydata,
                                            void *driverarg,
                                            void *dbdata);
 
index 8c75b3839b0361fa6a07e0d6fdf0652a814310e3..8850ad6cdefa806b9a56f4770437d57b5d87a68f 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ssu_external.c,v 1.5 2011/01/13 06:29:16 marka Exp $ */
+/* $Id: ssu_external.c,v 1.6 2011/01/13 06:41:05 marka Exp $ */
 
 /*
  * This implements external update-policy rules.  This allows permission
@@ -132,7 +132,7 @@ dns_ssu_external_match(dns_name_t *identity,
        const char *sock_path;
        size_t req_len;
        isc_region_t token_region;
-       uint8_t *data;
+       unsigned char *data;
        isc_buffer_t buf;
        isc_uint32_t token_len = 0;
        isc_uint32_t reply;