diff options
author | tb <> | 2023-04-25 16:11:02 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 16:11:02 +0000 |
commit | 0d93f23822e7889e043d8a9e07ab66b33b45dd53 (patch) | |
tree | 2b03158b79a916af2d07cae674152288709c99c9 /src/usr.bin/openssl/openssl.c | |
parent | d05ab2065f197a796d440b6d16c5a157ecfc3531 (diff) | |
download | openbsd-0d93f23822e7889e043d8a9e07ab66b33b45dd53.tar.gz openbsd-0d93f23822e7889e043d8a9e07ab66b33b45dd53.tar.bz2 openbsd-0d93f23822e7889e043d8a9e07ab66b33b45dd53.zip |
Remove the nseq command
Diffstat (limited to 'src/usr.bin/openssl/openssl.c')
-rw-r--r-- | src/usr.bin/openssl/openssl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index 1b1cea6098..51940fdf64 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.32 2022/11/11 18:24:32 joshua Exp $ */ | 1 | /* $OpenBSD: openssl.c,v 1.33 2023/04/25 16:11:02 tb 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 | * |
@@ -161,7 +161,6 @@ FUNCTION functions[] = { | |||
161 | { FUNC_TYPE_GENERAL, "enc", enc_main }, | 161 | { FUNC_TYPE_GENERAL, "enc", enc_main }, |
162 | { FUNC_TYPE_GENERAL, "errstr", errstr_main }, | 162 | { FUNC_TYPE_GENERAL, "errstr", errstr_main }, |
163 | { FUNC_TYPE_GENERAL, "genpkey", genpkey_main }, | 163 | { FUNC_TYPE_GENERAL, "genpkey", genpkey_main }, |
164 | { FUNC_TYPE_GENERAL, "nseq", nseq_main }, | ||
165 | #ifndef OPENSSL_NO_OCSP | 164 | #ifndef OPENSSL_NO_OCSP |
166 | { FUNC_TYPE_GENERAL, "ocsp", ocsp_main }, | 165 | { FUNC_TYPE_GENERAL, "ocsp", ocsp_main }, |
167 | #endif | 166 | #endif |