diff options
| author | tedu <> | 2016-05-04 14:53:29 +0000 |
|---|---|---|
| committer | tedu <> | 2016-05-04 14:53:29 +0000 |
| commit | 519d297fc2fe7aa90db3d99be37ea38e11547106 (patch) | |
| tree | f6ce35162dc70237060be00178eb4181cce7e457 /src/lib/libcrypto/asn1/tasn_enc.c | |
| parent | da87549cff83dd705f62d49b47eeff6fcc5b6f4e (diff) | |
| download | openbsd-519d297fc2fe7aa90db3d99be37ea38e11547106.tar.gz openbsd-519d297fc2fe7aa90db3d99be37ea38e11547106.tar.bz2 openbsd-519d297fc2fe7aa90db3d99be37ea38e11547106.zip | |
revert the big change from yesterday to prepare for smaller commits.
Diffstat (limited to 'src/lib/libcrypto/asn1/tasn_enc.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/tasn_enc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/tasn_enc.c b/src/lib/libcrypto/asn1/tasn_enc.c index f4b8b300ca..03db0b0fbd 100644 --- a/src/lib/libcrypto/asn1/tasn_enc.c +++ b/src/lib/libcrypto/asn1/tasn_enc.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tasn_enc.c,v 1.18 2016/05/03 12:38:53 tedu Exp $ */ | 1 | /* $OpenBSD: tasn_enc.c,v 1.19 2016/05/04 14:53:29 tedu Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -603,7 +603,9 @@ asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, | |||
| 603 | break; | 603 | break; |
| 604 | 604 | ||
| 605 | case V_ASN1_INTEGER: | 605 | case V_ASN1_INTEGER: |
| 606 | case V_ASN1_NEG_INTEGER: | ||
| 606 | case V_ASN1_ENUMERATED: | 607 | case V_ASN1_ENUMERATED: |
| 608 | case V_ASN1_NEG_ENUMERATED: | ||
| 607 | /* These are all have the same content format | 609 | /* These are all have the same content format |
| 608 | * as ASN1_INTEGER | 610 | * as ASN1_INTEGER |
| 609 | */ | 611 | */ |
