diff options
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 |