Some BIG tweaks to ENGINE code.
[openssl.git] / crypto / engine / engine_int.h
index dc5349cb3cbbe1f4a7c0130b9895bbdf6f39ea55..00f345a5f17d8735c57515a6ae47db3f044b58ec 100644 (file)
@@ -93,6 +93,7 @@ struct engine_st
        ENGINE_CTRL_FUNC_PTR ctrl;
        ENGINE_LOAD_KEY_PTR load_privkey;
        ENGINE_LOAD_KEY_PTR load_pubkey;
+       const ENGINE_CMD_DEFN *cmd_defns;
        int flags;
        /* reference count on the structure itself */
        int struct_ref;