From b4ae8861214b5d73cbbd0e33e8a8be37f6a4c009 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 18 Mar 2016 20:06:45 +0100 Subject: make update Reviewed-by: Rich Salz --- apps/progs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/progs.h') diff --git a/apps/progs.h b/apps/progs.h index a996353048..3bdf821e4a 100644 --- a/apps/progs.h +++ b/apps/progs.h @@ -198,7 +198,9 @@ static FUNCTION functions[] = { #ifndef OPENSSL_NO_SRP { FT_general, "srp", srp_main, srp_options }, #endif +#ifndef OPENSSL_NO_TS { FT_general, "ts", ts_main, ts_options }, +#endif { FT_general, "verify", verify_main, verify_options }, { FT_general, "version", version_main, version_options }, { FT_general, "x509", x509_main, x509_options }, -- cgit v1.2.3