From 668ce7606a9c5b50420af1996b95a61268ef2c18 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 2 Nov 2018 05:30:41 +0000 Subject: whitespace --- src/lib/libcrypto/asn1/asn1_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/asn1_lib.c b/src/lib/libcrypto/asn1/asn1_lib.c index 2a123d1d9a..033a5a1b5d 100644 --- a/src/lib/libcrypto/asn1/asn1_lib.c +++ b/src/lib/libcrypto/asn1/asn1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1_lib.c,v 1.42 2018/10/24 17:57:22 jsing Exp $ */ +/* $OpenBSD: asn1_lib.c,v 1.43 2018/11/02 05:30:41 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -98,7 +98,7 @@ ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, { int i, ret; long l; - const unsigned char *p= *pp; + const unsigned char *p = *pp; int tag, xclass, inf; long max = omax; -- cgit v1.2.3-55-g6feb