summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2018-11-02 05:30:42 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2018-11-02 05:30:42 +0000
commit44653d3f05b1828617bf1603e9251e1b008d74ff (patch)
tree11458027096532ec1e5d962e3d3c944e449566a1 /lib/libcrypto
parentfab49458447594d5b721b5913c7c50871d6fa424 (diff)
whitespace
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/asn1/asn1_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/asn1_lib.c b/lib/libcrypto/asn1/asn1_lib.c
index 2a123d1d9a5..033a5a1b5d5 100644
--- a/lib/libcrypto/asn1/asn1_lib.c
+++ b/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;