From 0466942067978f65fedfcf4624c68713186b9efd Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 28 Oct 2021 14:24:08 +0000 Subject: unwrap a line --- src/lib/libcrypto/asn1/a_time.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/a_time.c b/src/lib/libcrypto/asn1/a_time.c index a1109968ce..aa6f1c0773 100644 --- a/src/lib/libcrypto/asn1/a_time.c +++ b/src/lib/libcrypto/asn1/a_time.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_time.c,v 1.29 2021/10/27 09:56:43 beck Exp $ */ +/* $OpenBSD: a_time.c,v 1.30 2021/10/28 14:24:08 tb Exp $ */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * @@ -107,8 +107,7 @@ ASN1_TIME_free(ASN1_TIME *a) } int -ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, - const ASN1_TIME *to) +ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, const ASN1_TIME *to) { struct tm tm_from, tm_to; -- cgit v1.2.3-55-g6feb