X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=test%2Fv3nametest.c;h=507b0fcf9fb6842fbe025961bc0613bda6a201f1;hb=852c2ed260860b6b85c84f9fe96fb4d23d49c9f2;hp=d17ab7146a805f0425478d55317d6ec7edbd1bf2;hpb=4692e98bdbaebb6f078e89a75c54395839e68b24;p=openssl.git diff --git a/test/v3nametest.c b/test/v3nametest.c index d17ab7146a..507b0fcf9f 100644 --- a/test/v3nametest.c +++ b/test/v3nametest.c @@ -19,6 +19,8 @@ # define strcasecmp _stricmp #endif +DEFINE_STACK_OF(GENERAL_NAME) + static const char *const names[] = { "a", "b", ".", "*", "@", ".a", "a.", ".b", "b.", ".*", "*.", "*@", "@*", "a@", "@a", "b@", "..",