diff options
| author | beck <> | 2015-10-08 02:26:31 +0000 |
|---|---|---|
| committer | beck <> | 2015-10-08 02:26:31 +0000 |
| commit | ab99f1c16616cc6fe70d1c70f057aa56978b4c50 (patch) | |
| tree | 260c07b5ef3bc6ffb39cb4ecd78899eb04280930 /src/lib/libcrypto/asn1/a_time_tm.c | |
| parent | 5d82be7da232ba0ac24e658d65265454ddebf89c (diff) | |
| download | openbsd-ab99f1c16616cc6fe70d1c70f057aa56978b4c50.tar.gz openbsd-ab99f1c16616cc6fe70d1c70f057aa56978b4c50.tar.bz2 openbsd-ab99f1c16616cc6fe70d1c70f057aa56978b4c50.zip | |
Spelling in comment
Diffstat (limited to 'src/lib/libcrypto/asn1/a_time_tm.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/a_time_tm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/a_time_tm.c b/src/lib/libcrypto/asn1/a_time_tm.c index ba75173653..53443fa965 100644 --- a/src/lib/libcrypto/asn1/a_time_tm.c +++ b/src/lib/libcrypto/asn1/a_time_tm.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: a_time_tm.c,v 1.4 2015/10/06 12:54:24 bcook Exp $ */ | 1 | /* $OpenBSD: a_time_tm.c,v 1.5 2015/10/08 02:26:31 beck Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2015 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2015 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -68,8 +68,7 @@ utctime_string_from_tm(struct tm *tm) | |||
| 68 | * 0 if we expect to parse a time as specified in RFC 5280 from an | 68 | * 0 if we expect to parse a time as specified in RFC 5280 from an |
| 69 | * X509 certificate. | 69 | * X509 certificate. |
| 70 | * V_ASN1_UTCTIME if we wish to parse a legacy ASN1 UTC time. | 70 | * V_ASN1_UTCTIME if we wish to parse a legacy ASN1 UTC time. |
| 71 | * V_ASN1_GENERALIZEDTIME if we wish to parse a legacy ASN1 | 71 | * V_ASN1_GENERALIZEDTIME if we wish to parse a legacy ASN1 Generalized time. |
| 72 | * Generalizd time. | ||
| 73 | * | 72 | * |
| 74 | * Returns: | 73 | * Returns: |
| 75 | * -1 if the string was invalid. | 74 | * -1 if the string was invalid. |
