From b32147fff9dbbaff86a38b82df29174c55cca816 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 5 Dec 2024 19:57:37 +0000 Subject: Zap a trailing space --- src/lib/libcrypto/bytestring/bytestring.h | 4 ++-- src/lib/libssl/bytestring.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/bytestring/bytestring.h b/src/lib/libcrypto/bytestring/bytestring.h index ec4abf6229..a8028c29f7 100644 --- a/src/lib/libcrypto/bytestring/bytestring.h +++ b/src/lib/libcrypto/bytestring/bytestring.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bytestring.h,v 1.5 2024/06/22 15:32:51 jsing Exp $ */ +/* $OpenBSD: bytestring.h,v 1.6 2024/12/05 19:57:37 tb Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -566,6 +566,6 @@ int cbs_get_any_asn1_element_internal(CBS *cbs, CBS *out, unsigned int *out_tag, int CBS_asn1_indefinite_to_definite(CBS *in, uint8_t **out, size_t *out_len); #endif /* LIBRESSL_INTERNAL */ -__END_HIDDEN_DECLS +__END_HIDDEN_DECLS #endif /* OPENSSL_HEADER_BYTESTRING_H */ diff --git a/src/lib/libssl/bytestring.h b/src/lib/libssl/bytestring.h index 750343d4fa..1d871e0236 100644 --- a/src/lib/libssl/bytestring.h +++ b/src/lib/libssl/bytestring.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bytestring.h,v 1.25 2024/06/22 15:25:06 jsing Exp $ */ +/* $OpenBSD: bytestring.h,v 1.26 2024/12/05 19:57:37 tb Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -566,6 +566,6 @@ int cbs_get_any_asn1_element_internal(CBS *cbs, CBS *out, unsigned int *out_tag, int CBS_asn1_indefinite_to_definite(CBS *in, uint8_t **out, size_t *out_len); #endif /* LIBRESSL_INTERNAL */ -__END_HIDDEN_DECLS +__END_HIDDEN_DECLS #endif /* OPENSSL_HEADER_BYTESTRING_H */ -- cgit v1.2.3-55-g6feb