diff options
Diffstat (limited to 'src/regress/lib/libcrypto/utf8/utf8test.c')
-rw-r--r-- | src/regress/lib/libcrypto/utf8/utf8test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/utf8/utf8test.c b/src/regress/lib/libcrypto/utf8/utf8test.c index e3a47d5adf..26477e882c 100644 --- a/src/regress/lib/libcrypto/utf8/utf8test.c +++ b/src/regress/lib/libcrypto/utf8/utf8test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: utf8test.c,v 1.4 2018/07/17 17:06:50 tb Exp $ */ | 1 | /* $OpenBSD: utf8test.c,v 1.5 2022/11/26 16:08:56 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Philip Guenther <guenther@openbsd.org> | 3 | * Copyright (c) 2014 Philip Guenther <guenther@openbsd.org> |
4 | * | 4 | * |
@@ -24,7 +24,7 @@ | |||
24 | #include <err.h> | 24 | #include <err.h> |
25 | 25 | ||
26 | #include <openssl/asn1.h> | 26 | #include <openssl/asn1.h> |
27 | #include "asn1_locl.h" /* peek into the internals */ | 27 | #include "asn1_local.h" /* peek into the internals */ |
28 | 28 | ||
29 | #define UNCHANGED 0xfedcba98 | 29 | #define UNCHANGED 0xfedcba98 |
30 | 30 | ||