From 5a9d2561eca43c981119ad772b4426b0660ccd3e Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 29 Dec 2023 10:31:50 +0000 Subject: [PATCH] Zap some whitespace --- lib/libcrypto/evp/evp_encode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/evp/evp_encode.c b/lib/libcrypto/evp/evp_encode.c index 9387328f5ea..199bdfa27e7 100644 --- a/lib/libcrypto/evp/evp_encode.c +++ b/lib/libcrypto/evp/evp_encode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_encode.c,v 1.1 2023/12/29 05:57:24 tb Exp $ */ +/* $OpenBSD: evp_encode.c,v 1.2 2023/12/29 10:31:50 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -92,7 +92,7 @@ abcdefghijklmnopqrstuvwxyz0123456789+/"; #define B64_CR 0xF1 #define B64_EOF 0xF2 #define B64_WS 0xE0 -#define B64_ERROR 0xFF +#define B64_ERROR 0xFF #define B64_NOT_BASE64(a) (((a)|0x13) == 0xF3) #define B64_BASE64(a) !B64_NOT_BASE64(a) -- 2.20.1