]> granicus.if.org Git - php/commitdiff
Remove compile warning:
authorChristopher Jones <sixd@php.net>
Tue, 20 Aug 2013 00:58:42 +0000 (17:58 -0700)
committerChristopher Jones <sixd@php.net>
Tue, 20 Aug 2013 00:58:42 +0000 (17:58 -0700)
   warning: unused variable ā€˜j’ [-Wunused-variable]

ext/openssl/openssl.c

index f9493c73c0fc04ba47d38c68ec66075873155f5f..4a9fcbc9e301f3648ffbbe8bbd9918607c641423 100644 (file)
@@ -576,7 +576,7 @@ static void add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int s
 {
        zval **data;
        zval *subitem, *subentries;
-       int i, j = -1;
+       int i;
        char *sname;
        int nid;
        X509_NAME_ENTRY * ne;