diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_utl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_utl.c b/src/lib/libcrypto/x509/x509_utl.c index 525939d4ca..aa18efe2c5 100644 --- a/src/lib/libcrypto/x509/x509_utl.c +++ b/src/lib/libcrypto/x509/x509_utl.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_utl.c,v 1.4 2022/11/14 17:48:50 beck Exp $ */ | 1 | /* $OpenBSD: x509_utl.c,v 1.5 2022/12/26 07:18:53 jmc 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. | 3 | * project. |
| 4 | */ | 4 | */ |
| @@ -723,7 +723,7 @@ skip_prefix(const unsigned char **p, size_t *plen, const unsigned char *subject, | |||
| 723 | * "equal_nocase" function is a hand-rolled strncasecmp that does not | 723 | * "equal_nocase" function is a hand-rolled strncasecmp that does not |
| 724 | * allow \0 in the pattern. Since an embedded \0 is likely a sign of | 724 | * allow \0 in the pattern. Since an embedded \0 is likely a sign of |
| 725 | * problems, we simply don't allow it in either case, and then we use | 725 | * problems, we simply don't allow it in either case, and then we use |
| 726 | * standard libc funcitons. | 726 | * standard libc functions. |
| 727 | */ | 727 | */ |
| 728 | 728 | ||
| 729 | /* Compare using strncasecmp */ | 729 | /* Compare using strncasecmp */ |
