Use "crypto-headers.h". Load ENGINE configuration.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16485 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-08 22:00:08 +00:00
parent 4a4b90d3b8
commit 966f4361f9

View File

@@ -33,6 +33,7 @@
#include "hx_locl.h"
RCSID("$Id$");
#include "crypto_headers.h"
struct hx509_verify_ctx_data {
@@ -102,6 +103,8 @@ hx509_context_init(hx509_context *context)
_hx509_ks_pkcs11_register(*context);
_hx509_ks_dir_register(*context);
ENGINE_add_conf_module();
return 0;
}