X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fv3nametest.c;h=08684eaf76746fd15ea38a53f4d1c1d9a5836f3c;hp=dee48328640f29a03b8a5372717335102bf620bd;hb=826e154481e93413a79c37cb1bf4da6175a05875;hpb=9ef73a6fd9a43a79783d2c68339c96532c3209f9 diff --git a/test/v3nametest.c b/test/v3nametest.c index dee4832864..08684eaf76 100644 --- a/test/v3nametest.c +++ b/test/v3nametest.c @@ -1,5 +1,5 @@ /* - * Copyright 2012-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2012-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -8,12 +8,17 @@ */ #include -#include -#include "../e_os.h" + +#include #include #include +#include "internal/nelem.h" #include "testutil.h" +#ifdef OPENSSL_SYS_WINDOWS +# define strcasecmp _stricmp +#endif + static const char *const names[] = { "a", "b", ".", "*", "@", ".a", "a.", ".b", "b.", ".*", "*.", "*@", "@*", "a@", "@a", "b@", "..",