aboutsummaryrefslogtreecommitdiff
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-06-18 06:22:33 +0000
committerRichard Levitte <levitte@openssl.org>2001-06-18 06:22:33 +0000
commit531d630b5cfe0c50de122f0387a65473b4746bf8 (patch)
treef74f6b2b970014bb6496b9e3fa10a6f701eb936c /apps/apps.h
parent853b1eb424bf60a8ddebdd01baa5af0cc6e204d4 (diff)
downloadopenssl-531d630b5cfe0c50de122f0387a65473b4746bf8.zip
openssl-531d630b5cfe0c50de122f0387a65473b4746bf8.tar.gz
openssl-531d630b5cfe0c50de122f0387a65473b4746bf8.tar.bz2
Provide an application-common setup function for engines and use it
everywhere.
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index a2b72f0..7fbd417 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -176,6 +176,7 @@ EVP_PKEY *load_pubkey(BIO *err, const char *file, int format,
STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
const char *pass, ENGINE *e, const char *cert_descrip);
X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
+ENGINE *setup_engine(BIO *err, const char *engine, int debug);
#define FORMAT_UNDEF 0
#define FORMAT_ASN1 1