diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_time.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_time.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_time.c b/src/lib/libcrypto/asn1/a_time.c index 95481fc4c6..f51a8b1fbe 100644 --- a/src/lib/libcrypto/asn1/a_time.c +++ b/src/lib/libcrypto/asn1/a_time.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: a_time.c,v 1.23 2015/02/09 15:05:59 jsing Exp $ */ | 1 | /* $OpenBSD: a_time.c,v 1.24 2015/07/24 13:49:58 jsing Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -69,7 +69,16 @@ | |||
| 69 | 69 | ||
| 70 | #include "o_time.h" | 70 | #include "o_time.h" |
| 71 | 71 | ||
| 72 | IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME) | 72 | |
| 73 | const ASN1_ITEM ASN1_TIME_it = { | ||
| 74 | .itype = ASN1_ITYPE_MSTRING, | ||
| 75 | .utype = B_ASN1_TIME, | ||
| 76 | .templates = NULL, | ||
| 77 | .tcount = 0, | ||
| 78 | .funcs = NULL, | ||
| 79 | .size = sizeof(ASN1_STRING), | ||
| 80 | .sname = "ASN1_TIME", | ||
| 81 | }; | ||
| 73 | 82 | ||
| 74 | 83 | ||
| 75 | ASN1_TIME * | 84 | ASN1_TIME * |
