diff options
Diffstat (limited to 'fuzz/client.c')
-rw-r--r-- | fuzz/client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fuzz/client.c b/fuzz/client.c index b8afe55336..698ff0f669 100644 --- a/fuzz/client.c +++ b/fuzz/client.c @@ -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()); |