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:
@@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
#include "hx_locl.h"
|
#include "hx_locl.h"
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
#include "crypto_headers.h"
|
||||||
|
|
||||||
|
|
||||||
struct hx509_verify_ctx_data {
|
struct hx509_verify_ctx_data {
|
||||||
@@ -102,6 +103,8 @@ hx509_context_init(hx509_context *context)
|
|||||||
_hx509_ks_pkcs11_register(*context);
|
_hx509_ks_pkcs11_register(*context);
|
||||||
_hx509_ks_dir_register(*context);
|
_hx509_ks_dir_register(*context);
|
||||||
|
|
||||||
|
ENGINE_add_conf_module();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user