aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-01-16 16:11:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-16 22:29:48 +0000
commit8e237299b0357091dae8e7175cbfa11f4fbc98c7 (patch)
tree5f9fbed70cb8b1dfe95648cd0260e9bde495ccf0 /include
parentee84152fae23f962c5f81ca45ca27a271c989152 (diff)
downloadopenssl-8e237299b0357091dae8e7175cbfa11f4fbc98c7.tar.gz
fix no-engine build
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ts.h b/include/openssl/ts.h
index 1c54b4df9b..e232e62a5d 100644
--- a/include/openssl/ts.h
+++ b/include/openssl/ts.h
@@ -557,9 +557,11 @@ EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass);
const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
TS_RESP_CTX *ctx);
+#ifndef OPENSSL_NO_ENGINE
int TS_CONF_set_crypto_device(CONF *conf, const char *section,
const char *device);
int TS_CONF_set_default_engine(const char *name);
+#endif
int TS_CONF_set_signer_cert(CONF *conf, const char *section,
const char *cert, TS_RESP_CTX *ctx);
int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,