/*
* Principal Author: Brian Wellington
- * $Id: openssldh_link.c,v 1.38.2.3 2004/03/09 06:11:42 marka Exp $
+ * $Id: openssldh_link.c,v 1.38.2.4 2004/03/16 12:45:41 marka Exp $
*/
#ifdef OPENSSL
unsigned int i;
BIGNUM *out;
- RUNTIME_CHECK(strlen(str) < 1024 && strlen(str) % 2 == 0);
+ RUNTIME_CHECK(strlen(str) < 1024U && strlen(str) % 2 == 0U);
for (i = 0; i < strlen(str); i += 2) {
char *s;
unsigned int high, low;
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: socket.c,v 1.207.2.22 2004/03/09 06:12:11 marka Exp $ */
+/* $Id: socket.c,v 1.207.2.23 2004/03/16 12:45:42 marka Exp $ */
#include <config.h>
#ifndef USE_CMSG
return;
#else
- if (msg->msg_controllen == 0 || msg->msg_control == NULL)
+ if (msg->msg_controllen == 0U || msg->msg_control == NULL)
return;
#ifdef SO_TIMESTAMP