Fix typos in apps/apps.c.
authorAndy Polyakov <appro@openssl.org>
Mon, 27 Jun 2005 16:00:57 +0000 (16:00 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 27 Jun 2005 16:00:57 +0000 (16:00 +0000)
apps/apps.c

index 9157cdfcdca9186472f2a1bd585ecf2888e90792..d646caa3535511144102ee1c07d4a9926bd53b8e 100644 (file)
@@ -1591,8 +1591,9 @@ int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix)
                {
                if (errno != ENOENT 
 #ifdef ENOTDIR
-                       && errno != ENOTDIR)
+                       && errno != ENOTDIR
 #endif
+                  )
                        goto err;
                }
        else
@@ -1893,8 +1894,9 @@ int rotate_index(char *dbfile, char *new_suffix, char *old_suffix)
                {
                if (errno != ENOENT 
 #ifdef ENOTDIR
-                       && errno != ENOTDIR)
+                       && errno != ENOTDIR
 #endif
+                  )
                        goto err;
                }
        else
@@ -1929,8 +1931,9 @@ int rotate_index(char *dbfile, char *new_suffix, char *old_suffix)
                {
                if (errno != ENOENT 
 #ifdef ENOTDIR
-                       && errno != ENOTDIR)
+                       && errno != ENOTDIR
 #endif
+                  )
                        goto err;
                }
        else