diff options
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 | */ |