diff options
| author | tb <> | 2018-11-02 05:30:41 +0000 |
|---|---|---|
| committer | tb <> | 2018-11-02 05:30:41 +0000 |
| commit | e319e665581c8bd581e364af4c96a98af3f2c442 (patch) | |
| tree | 40135797a08446f339ed3ddfd05b5847bc1d5485 | |
| parent | 292a1617f4124b60077b64af74eb58e449b0cd63 (diff) | |
| download | openbsd-e319e665581c8bd581e364af4c96a98af3f2c442.tar.gz openbsd-e319e665581c8bd581e364af4c96a98af3f2c442.tar.bz2 openbsd-e319e665581c8bd581e364af4c96a98af3f2c442.zip | |
whitespace
Diffstat (limited to '')
| -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 | ||
