diff options
author | tb <> | 2024-08-29 17:01:02 +0000 |
---|---|---|
committer | tb <> | 2024-08-29 17:01:02 +0000 |
commit | 482529e0eb9abf923bbc35107ad61a209528d296 (patch) | |
tree | 7ea546b46cd3970f3bc3adc5466a9a5dc89fd00d /src/usr.bin/openssl/apps.h | |
parent | de7d0ab1c83083dedcf2e492963189bc2ba71ef0 (diff) | |
download | openbsd-482529e0eb9abf923bbc35107ad61a209528d296.tar.gz openbsd-482529e0eb9abf923bbc35107ad61a209528d296.tar.bz2 openbsd-482529e0eb9abf923bbc35107ad61a209528d296.zip |
Remove check and pubcheck from openssl pkey and pkeyparam
The underlying API will be removed, so these commands have to go.
ok beck
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
-rw-r--r-- | src/usr.bin/openssl/apps.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index 7a59b737e1..a30706e364 100644 --- a/src/usr.bin/openssl/apps.h +++ b/src/usr.bin/openssl/apps.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: apps.h,v 1.37 2024/05/21 05:00:48 jsg Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.38 2024/08/29 17:01: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 | * |
@@ -315,7 +315,4 @@ int options_parse(int argc, char **argv, const struct option *opts, | |||
315 | char **unnamed, int *argsused); | 315 | char **unnamed, int *argsused); |
316 | 316 | ||
317 | void show_cipher(const OBJ_NAME *name, void *arg); | 317 | void show_cipher(const OBJ_NAME *name, void *arg); |
318 | |||
319 | int pkey_check(BIO *out, EVP_PKEY *pkey, int (check_fn)(EVP_PKEY_CTX *), | ||
320 | const char *desc); | ||
321 | #endif | 318 | #endif |