Commit 7786005d authored by Kurt Cancemi's avatar Kurt Cancemi Committed by Matt Caswell
Browse files

Add missing terminating NULL to speed_options table.



This would cause memory corruption in opt_init() because it relies on the
terminating NULL.

RT#3842

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 8f744cce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -374,6 +374,7 @@ OPTIONS speed_options[] = {
#ifndef OPENSSL_NO_ENGINE
    {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
#endif
    {NULL},
};

#define D_MD2           0