Merge pull request #1880 from kojo1/NID

NID definitions are in asn.h
This commit is contained in:
David Garske 2018-10-18 09:48:20 -07:00 committed by GitHub
commit 84fb23cfab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
#include <wolfssl/wolfcrypt/random.h>
#include <wolfssl/wolfcrypt/mem_track.h>
#if defined(OPENSSL_EXTRA) && defined(SHOW_CERTS)
#include <wolfssl/openssl/ssl.h> /* for domain component NID value */
#include <wolfssl/wolfcrypt/asn.h> /* for domain component NID value */
#endif
#ifdef ATOMIC_USER