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

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