From b90fb749f1f69928b571e6d8609b88d660de98a7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 9 Jun 2025 17:49:45 +0000 Subject: Fix comment: unsigned int, not just int --- src/lib/libcrypto/des/des.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/des/des.h b/src/lib/libcrypto/des/des.h index 4ff4ceca19..ad7a418c01 100644 --- a/src/lib/libcrypto/des/des.h +++ b/src/lib/libcrypto/des/des.h @@ -1,4 +1,4 @@ -/* $OpenBSD: des.h,v 1.25 2025/06/09 14:37:49 tb Exp $ */ +/* $OpenBSD: des.h,v 1.26 2025/06/09 17:49:45 tb Exp $ */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -62,7 +62,7 @@ #include #ifndef DES_LONG -/* XXX - typedef to int everywhere. */ +/* XXX - typedef to unsigned int everywhere. */ #ifdef __i386__ #define DES_LONG unsigned long #else -- cgit v1.2.3-55-g6feb