From 84c551520085fea849e9a117e49ee5f68945da1c Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 29 May 2024 17:23:05 +0000 Subject: asn1object: zap trailing whitespace --- src/regress/lib/libcrypto/asn1/asn1object.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/regress/lib/libcrypto/asn1/asn1object.c b/src/regress/lib/libcrypto/asn1/asn1object.c index e2008777d9..242881af05 100644 --- a/src/regress/lib/libcrypto/asn1/asn1object.c +++ b/src/regress/lib/libcrypto/asn1/asn1object.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1object.c,v 1.13 2024/05/29 16:49:36 tb Exp $ */ +/* $OpenBSD: asn1object.c,v 1.14 2024/05/29 17:23:05 tb Exp $ */ /* * Copyright (c) 2017, 2021, 2022 Joel Sing * @@ -349,7 +349,7 @@ asn1_object_bad_content_test(void) int failed = 1; p = asn1_object_bad_content1; - len = sizeof(asn1_object_bad_content1); + len = sizeof(asn1_object_bad_content1); if ((aobj = c2i_ASN1_OBJECT(NULL, &p, len)) != NULL) { fprintf(stderr, "FAIL: c2i_ASN1_OBJECT() succeeded with bad " "content 1\n"); @@ -357,7 +357,7 @@ asn1_object_bad_content_test(void) } p = asn1_object_bad_content2; - len = sizeof(asn1_object_bad_content2); + len = sizeof(asn1_object_bad_content2); if ((aobj = c2i_ASN1_OBJECT(NULL, &p, len)) != NULL) { fprintf(stderr, "FAIL: c2i_ASN1_OBJECT() succeeded with bad " "content 2\n"); -- cgit v1.2.3-55-g6feb