From da214f7dcc24dcb9b24028c1aaca17f104cf4496 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 5 Jun 2025 06:37:26 +0000 Subject: Rename the header guard of des.h with HEADER_DES_H libdes is dead, Jim. Only its successors continue to haunt us. discussed with jsing --- src/lib/libcrypto/des/des.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/des') diff --git a/src/lib/libcrypto/des/des.h b/src/lib/libcrypto/des/des.h index 2d957a192c..277702f87b 100644 --- a/src/lib/libcrypto/des/des.h +++ b/src/lib/libcrypto/des/des.h @@ -1,4 +1,4 @@ -/* $OpenBSD: des.h,v 1.23 2025/01/25 17:59:44 tb Exp $ */ +/* $OpenBSD: des.h,v 1.24 2025/06/05 06:37:26 tb Exp $ */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,8 +56,8 @@ * [including the GNU Public Licence.] */ -#ifndef HEADER_NEW_DES_H -#define HEADER_NEW_DES_H +#ifndef HEADER_DES_H +#define HEADER_DES_H #include -- cgit v1.2.3-55-g6feb