X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fts%2Fts_conf.c;h=c39be76f28432628ff763b5487976b3daa5990cc;hp=fbd294b4ba5cf320ff9fc032341c66147621ce6e;hb=3881d8106df732fc433d30446625dfa2396da42d;hpb=1e26a8baedbc74036ada80deb16296e7d4eedb18 diff --git a/crypto/ts/ts_conf.c b/crypto/ts/ts_conf.c index fbd294b4ba..c39be76f28 100644 --- a/crypto/ts/ts_conf.c +++ b/crypto/ts/ts_conf.c @@ -61,7 +61,9 @@ #include #include "cryptlib.h" #include +#ifndef OPENSSL_NO_ENGINE #include +#endif #include /* Macro definitions for the configuration file. */ @@ -185,6 +187,8 @@ int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, return ret; } +#ifndef OPENSSL_NO_ENGINE + int TS_CONF_set_crypto_device(CONF *conf, const char *section, const char *device) { @@ -230,6 +234,8 @@ int TS_CONF_set_default_engine(const char *name) return ret; } +#endif + int TS_CONF_set_signer_cert(CONF *conf, const char *section, const char *cert, TS_RESP_CTX *ctx) {