X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2Fengine.h;h=0558f2018c8e1d58d73a15ac432b71384b44eeb1;hp=9955582a62ff8fea372468de53f46630b6d20fde;hb=0e36019977e78c34d6ea67b943fe17d4a01e769d;hpb=354c3ace73db6eafa235b6db948060a2ab82bb7b diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index 9955582a62..0558f2018c 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -483,6 +483,10 @@ int ENGINE_clear_defaults(void); /* Instruct an engine to load any EVP ciphers it knows of */ /* XXX make this work via defaults? */ void ENGINE_load_engine_ciphers(ENGINE *e); +/* Get a particular cipher from a particular engine - NULL if the engine + * doesn't have it */ +const EVP_CIPHER *ENGINE_get_cipher_by_name(ENGINE *e,const char *name); + /* Obligatory error function. */ void ERR_load_ENGINE_strings(void);