Add EVP test program.

This commit is contained in:
Ben Laurie
2001-08-18 13:53:01 +00:00
parent 354c3ace73
commit 0e36019977
10 changed files with 333 additions and 19 deletions

View File

@@ -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);