diff options
author | tb <> | 2024-12-05 19:57:37 +0000 |
---|---|---|
committer | tb <> | 2024-12-05 19:57:37 +0000 |
commit | b32147fff9dbbaff86a38b82df29174c55cca816 (patch) | |
tree | 505591fb8f7af89516d41b1854b88aa540bb1f22 /src | |
parent | e2eaf3f2399f519f00d6624c4781f18a74571016 (diff) | |
download | openbsd-b32147fff9dbbaff86a38b82df29174c55cca816.tar.gz openbsd-b32147fff9dbbaff86a38b82df29174c55cca816.tar.bz2 openbsd-b32147fff9dbbaff86a38b82df29174c55cca816.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 */ |