Describes one ENGINE‐specific control command for ENGINE_set_cmd_defns().

Synopsis

Declared in <openssl/engine.h>

typedef ENGINE_CMD_DEFN_st ENGINE_CMD_DEFN;

Description

Arrays of these are null‐terminated: the last element has cmd_num 0 and/or cmd_name NULL. Entries must be ordered by increasing cmd_num.

Created with MrDocs