indent has problems with comments that are on the right hand side of a line.
[openssl.git] / ssl / ssl_locl.h
index e817b381bce609669a40754a808ec12921035eb8..6f49421bd280fd43365d1940af2061bbbfbf4143 100644 (file)
@@ -566,9 +566,12 @@ typedef struct {
 typedef struct cert_st
        {
        /* Current active set */
-       CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
-                        * Probably it would make more sense to store
-                        * an index, not a pointer. */
+       /*
+        * ALWAYS points to an element of the pkeys array
+        * Probably it would make more sense to store
+        * an index, not a pointer.
+        */
+       CERT_PKEY *key;
  
        /* For servers the following masks are for the key and auth
         * algorithms that are supported by the certs below.