From: tb Date: Thu, 28 Oct 2021 14:24:08 +0000 (+0000) Subject: unwrap a line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a7a7ef60b9f4eeefa99d9ee19a69ac907b2099bf;p=openbsd unwrap a line --- diff --git a/lib/libcrypto/asn1/a_time.c b/lib/libcrypto/asn1/a_time.c index a1109968ce2..aa6f1c07731 100644 --- a/lib/libcrypto/asn1/a_time.c +++ b/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;