]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Use unsigned char instead of u_char.
authorTed Lemon <source@isc.org>
Thu, 17 Aug 2000 19:43:04 +0000 (19:43 +0000)
committerTed Lemon <source@isc.org>
Thu, 17 Aug 2000 19:43:04 +0000 (19:43 +0000)
includes/omapip/omapip_p.h
omapip/connection.c

index 0661d970306d08044c5078001b04491fe66f4737..09fbb9ddd4e7874fe5e8fb107934212451fa0893 100644 (file)
@@ -257,7 +257,7 @@ OMAPI_OBJECT_ALLOC_DECL (omapi_message,
 isc_result_t omapi_connection_sign_data (int mode,
                                         DST_KEY *key,
                                         void **context,
-                                        const u_char *data,
+                                        const unsigned char *data,
                                         const unsigned len,
                                         omapi_typed_data_t **result);
 
index ca7909d76e5da2f0f916ae949b0af132897d0a12..7afa1605d662ae5ef7202418ca32c6d400db1975 100644 (file)
@@ -484,7 +484,7 @@ static isc_result_t make_dst_key (DST_KEY **dst_key, omapi_object_t *a) {
 isc_result_t omapi_connection_sign_data (int mode,
                                         DST_KEY *key,
                                         void **context,
-                                        const u_char *data,
+                                        const unsigned char *data,
                                         const unsigned len,
                                         omapi_typed_data_t **result)
 {