diff options
author | beck <> | 2016-09-04 18:19:53 +0000 |
---|---|---|
committer | beck <> | 2016-09-04 18:19:53 +0000 |
commit | e1815f69a79d9dafde43e46553912d6d9e6f7a1e (patch) | |
tree | 827d4d658202e8e296cb6c82c7dabc5b9a1411cd /src | |
parent | 1906abbc78d8ecca2bccaaa030994c63eae517ef (diff) | |
download | openbsd-e1815f69a79d9dafde43e46553912d6d9e6f7a1e.tar.gz openbsd-e1815f69a79d9dafde43e46553912d6d9e6f7a1e.tar.bz2 openbsd-e1815f69a79d9dafde43e46553912d6d9e6f7a1e.zip |
Nuke one more cms tendril
ok jsing@
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index fec46aceaf..0ac9bc08b8 100644 --- a/src/usr.bin/openssl/openssl.c +++ b/src/usr.bin/openssl/openssl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: openssl.c,v 1.23 2015/12/01 12:01:56 jca Exp $ */ | 1 | /* $OpenBSD: openssl.c,v 1.24 2016/09/04 18:19:53 beck Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -154,9 +154,6 @@ FUNCTION functions[] = { | |||
154 | { FUNC_TYPE_GENERAL, "ca", ca_main }, | 154 | { FUNC_TYPE_GENERAL, "ca", ca_main }, |
155 | { FUNC_TYPE_GENERAL, "certhash", certhash_main }, | 155 | { FUNC_TYPE_GENERAL, "certhash", certhash_main }, |
156 | { FUNC_TYPE_GENERAL, "ciphers", ciphers_main }, | 156 | { FUNC_TYPE_GENERAL, "ciphers", ciphers_main }, |
157 | #ifndef OPENSSL_NO_CMS | ||
158 | { FUNC_TYPE_GENERAL, "cms", cms_main }, | ||
159 | #endif | ||
160 | { FUNC_TYPE_GENERAL, "crl2pkcs7", crl2pkcs7_main }, | 157 | { FUNC_TYPE_GENERAL, "crl2pkcs7", crl2pkcs7_main }, |
161 | { FUNC_TYPE_GENERAL, "crl", crl_main }, | 158 | { FUNC_TYPE_GENERAL, "crl", crl_main }, |
162 | { FUNC_TYPE_GENERAL, "dgst", dgst_main }, | 159 | { FUNC_TYPE_GENERAL, "dgst", dgst_main }, |