Constify various mostly X509-related parameter types in crypto/ and apps/
[oweals/openssl.git] / test / ocspapitest.c
index 358eb54fadfd03e204fbea73d569c44d58b3d7e4..ad3b6cac67206acdae3d2ed61777263e1cb93e27 100644 (file)
@@ -182,7 +182,7 @@ err:
 
 static int test_ocsp_url_svcloc_new(void)
 {
-    static const char *  urls[] = {
+    static const char *urls[] = {
         "www.openssl.org",
         "www.openssl.net",
         NULL