Commit fb1039f2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Tor Arntsen fixed a 'Statement not reachable'-warning

parent 923ce98e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,11 +335,11 @@ int cert_stuff(struct connectdata *conn,
          return 0;
        }
      }
      break;
#else
      failf(data, "file type ENG for private key not supported\n");
      return 0;
#endif
      break;
    default:
      failf(data, "not supported file type for private key\n");
      return 0;