From 8a872891c586692936375890fa5262a43a2dc033 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Thu, 18 Oct 2018 09:28:15 +0900 Subject: [PATCH] NID_domainComponent is moved to asn.h --- wolfssl/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/test.h b/wolfssl/test.h index 252f2c8ea..e36cfd0d5 100644 --- a/wolfssl/test.h +++ b/wolfssl/test.h @@ -12,7 +12,7 @@ #include #include #if defined(OPENSSL_EXTRA) && defined(SHOW_CERTS) - #include /* for domain component NID value */ + #include /* for domain component NID value */ #endif #ifdef ATOMIC_USER