From 482529e0eb9abf923bbc35107ad61a209528d296 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 29 Aug 2024 17:01:02 +0000 Subject: Remove check and pubcheck from openssl pkey and pkeyparam The underlying API will be removed, so these commands have to go. ok beck --- src/usr.bin/openssl/apps.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/usr.bin/openssl/apps.h') 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 @@ -/* $OpenBSD: apps.h,v 1.37 2024/05/21 05:00:48 jsg Exp $ */ +/* $OpenBSD: apps.h,v 1.38 2024/08/29 17:01:02 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -315,7 +315,4 @@ int options_parse(int argc, char **argv, const struct option *opts, char **unnamed, int *argsused); void show_cipher(const OBJ_NAME *name, void *arg); - -int pkey_check(BIO *out, EVP_PKEY *pkey, int (check_fn)(EVP_PKEY_CTX *), - const char *desc); #endif -- cgit v1.2.3-55-g6feb