diff options
| author | tb <> | 2024-12-05 19:57:37 +0000 |
|---|---|---|
| committer | tb <> | 2024-12-05 19:57:37 +0000 |
| commit | 27013dd7ce97929d48b7be8991305c3c4e7267bb (patch) | |
| tree | 505591fb8f7af89516d41b1854b88aa540bb1f22 /src | |
| parent | 3af9f1dd8cf5840a4914ba14a8494cd82a9de2b1 (diff) | |
| download | openbsd-27013dd7ce97929d48b7be8991305c3c4e7267bb.tar.gz openbsd-27013dd7ce97929d48b7be8991305c3c4e7267bb.tar.bz2 openbsd-27013dd7ce97929d48b7be8991305c3c4e7267bb.zip | |
Zap a trailing space
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/bytestring/bytestring.h | 4 | ||||
| -rw-r--r-- | src/lib/libssl/bytestring.h | 4 |
2 files changed, 4 insertions, 4 deletions
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 @@ | |||
| 1 | /* $OpenBSD: bytestring.h,v 1.5 2024/06/22 15:32:51 jsing Exp $ */ | 1 | /* $OpenBSD: bytestring.h,v 1.6 2024/12/05 19:57:37 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014, Google Inc. | 3 | * Copyright (c) 2014, Google Inc. |
| 4 | * | 4 | * |
| @@ -566,6 +566,6 @@ int cbs_get_any_asn1_element_internal(CBS *cbs, CBS *out, unsigned int *out_tag, | |||
| 566 | int CBS_asn1_indefinite_to_definite(CBS *in, uint8_t **out, size_t *out_len); | 566 | int CBS_asn1_indefinite_to_definite(CBS *in, uint8_t **out, size_t *out_len); |
| 567 | #endif /* LIBRESSL_INTERNAL */ | 567 | #endif /* LIBRESSL_INTERNAL */ |
| 568 | 568 | ||
| 569 | __END_HIDDEN_DECLS | 569 | __END_HIDDEN_DECLS |
| 570 | 570 | ||
| 571 | #endif /* OPENSSL_HEADER_BYTESTRING_H */ | 571 | #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 @@ | |||
| 1 | /* $OpenBSD: bytestring.h,v 1.25 2024/06/22 15:25:06 jsing Exp $ */ | 1 | /* $OpenBSD: bytestring.h,v 1.26 2024/12/05 19:57:37 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014, Google Inc. | 3 | * Copyright (c) 2014, Google Inc. |
| 4 | * | 4 | * |
| @@ -566,6 +566,6 @@ int cbs_get_any_asn1_element_internal(CBS *cbs, CBS *out, unsigned int *out_tag, | |||
| 566 | int CBS_asn1_indefinite_to_definite(CBS *in, uint8_t **out, size_t *out_len); | 566 | int CBS_asn1_indefinite_to_definite(CBS *in, uint8_t **out, size_t *out_len); |
| 567 | #endif /* LIBRESSL_INTERNAL */ | 567 | #endif /* LIBRESSL_INTERNAL */ |
| 568 | 568 | ||
| 569 | __END_HIDDEN_DECLS | 569 | __END_HIDDEN_DECLS |
| 570 | 570 | ||
| 571 | #endif /* OPENSSL_HEADER_BYTESTRING_H */ | 571 | #endif /* OPENSSL_HEADER_BYTESTRING_H */ |
