diff options
author | miod <> | 2014-07-12 11:25:25 +0000 |
---|---|---|
committer | miod <> | 2014-07-12 11:25:25 +0000 |
commit | e38eced5b24c9ac14880daf6256db41e61f7b6ac (patch) | |
tree | 9a36010b0c6b4664bb7ce39e9531fd762e104a3f /src/lib/libcrypto/asn1/x_name.c | |
parent | 21bd18026828ac44c0d2c01c55eb0727c2953a97 (diff) | |
download | openbsd-e38eced5b24c9ac14880daf6256db41e61f7b6ac.tar.gz openbsd-e38eced5b24c9ac14880daf6256db41e61f7b6ac.tar.bz2 openbsd-e38eced5b24c9ac14880daf6256db41e61f7b6ac.zip |
typos
Diffstat (limited to 'src/lib/libcrypto/asn1/x_name.c')
-rw-r--r-- | src/lib/libcrypto/asn1/x_name.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/x_name.c b/src/lib/libcrypto/asn1/x_name.c index 98993c84fc..7c77ceea3b 100644 --- a/src/lib/libcrypto/asn1/x_name.c +++ b/src/lib/libcrypto/asn1/x_name.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x_name.c,v 1.19 2014/07/11 08:44:47 jsing Exp $ */ | 1 | /* $OpenBSD: x_name.c,v 1.20 2014/07/12 11:25:25 miod 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 | * |
@@ -335,7 +335,7 @@ x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent, const char *fname, | |||
335 | * In future we could also normalize the UTF8 too. | 335 | * In future we could also normalize the UTF8 too. |
336 | * | 336 | * |
337 | * By doing this comparison of Name structures can be rapidly | 337 | * By doing this comparison of Name structures can be rapidly |
338 | * perfomed by just using memcmp() of the canonical encoding. | 338 | * performed by just using memcmp() of the canonical encoding. |
339 | * By omitting the leading SEQUENCE name constraints of type | 339 | * By omitting the leading SEQUENCE name constraints of type |
340 | * dirName can also be checked with a simple memcmp(). | 340 | * dirName can also be checked with a simple memcmp(). |
341 | */ | 341 | */ |