diff options
| author | tb <> | 2023-04-25 16:11:02 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-25 16:11:02 +0000 |
| commit | 55f6443ac0e7f1a6cb59fa4319d9b78857735d56 (patch) | |
| tree | 2b03158b79a916af2d07cae674152288709c99c9 /src/usr.bin/openssl/openssl.c | |
| parent | e1f78e1db09b90833bbe0e792fb63ea596dcab52 (diff) | |
| download | openbsd-55f6443ac0e7f1a6cb59fa4319d9b78857735d56.tar.gz openbsd-55f6443ac0e7f1a6cb59fa4319d9b78857735d56.tar.bz2 openbsd-55f6443ac0e7f1a6cb59fa4319d9b78857735d56.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 |
