]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/helpers/pkcs12.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / test / helpers / pkcs12.c
index a87683dc95065e35e10f4674d0be90e89ff4ef96..d5269e6d20903af7588d6d0c3c2b277228dfb6a8 100644 (file)
@@ -517,7 +517,7 @@ static int check_attrs(const STACK_OF(X509_ATTRIBUTE) *bag_attrs, const PKCS12_A
         attr_obj = X509_ATTRIBUTE_get0_object(attr);
         OBJ_obj2txt(attr_txt, 100, attr_obj, 0);
 
-        while(p_attr->oid != NULL) {
+        while (p_attr->oid != NULL) {
             /* Find a matching attribute type */
             if (strcmp(p_attr->oid, attr_txt) == 0) {
                 if (!TEST_int_eq(X509_ATTRIBUTE_count(attr), 1))