fuzz: remove TODOs
[openssl.git] / fuzz / client.c
index b8afe553368530f747e335e0defe6c84c12bab0d..698ff0f669d32cc4ffef536dc2d1dc16a0c426f2 100644 (file)
@@ -63,10 +63,6 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len)
     if (len == 0)
         return 0;
 
-    /*
-     * TODO: use the ossltest engine (optionally?) to disable crypto checks.
-     */
-
     /* This only fuzzes the initial flow from the client so far. */
     ctx = SSL_CTX_new(SSLv23_method());