diff --git a/lib/ssluse.c b/lib/ssluse.c
index 6a81f24f7c78d89b945b043d6b1335b8d69ba36f..55888c08ba7ecf27d2fe65e9f2a23a8b3773d4ed 100644
--- a/lib/ssluse.c
+++ b/lib/ssluse.c
@@ -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;