diff options
author | tb <> | 2018-11-02 05:30:41 +0000 |
---|---|---|
committer | tb <> | 2018-11-02 05:30:41 +0000 |
commit | 668ce7606a9c5b50420af1996b95a61268ef2c18 (patch) | |
tree | 40135797a08446f339ed3ddfd05b5847bc1d5485 | |
parent | 53d6d13e116a8fc1f7bf1d75fdf9fa6371afe7df (diff) | |
download | openbsd-668ce7606a9c5b50420af1996b95a61268ef2c18.tar.gz openbsd-668ce7606a9c5b50420af1996b95a61268ef2c18.tar.bz2 openbsd-668ce7606a9c5b50420af1996b95a61268ef2c18.zip |
whitespace
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | /* $OpenBSD: asn1_lib.c,v 1.42 2018/10/24 17:57:22 jsing Exp $ */ | 1 | /* $OpenBSD: asn1_lib.c,v 1.43 2018/11/02 05:30:41 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -98,7 +98,7 @@ ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, | |||
98 | { | 98 | { |
99 | int i, ret; | 99 | int i, ret; |
100 | long l; | 100 | long l; |
101 | const unsigned char *p= *pp; | 101 | const unsigned char *p = *pp; |
102 | int tag, xclass, inf; | 102 | int tag, xclass, inf; |
103 | long max = omax; | 103 | long max = omax; |
104 | 104 | ||