diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-19 07:12:51 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-19 07:12:51 +0000 |
commit | 54655f9f7081189d57438f6a9d88f4c35c933fb5 (patch) | |
tree | 75671ea911cd81b7b9f4692a0e2285d5415d9055 /lib/libcrypto/rsa | |
parent | b2779b530390e5c65677b2e6a5b30b0f59cc20cd (diff) |
remove prototypes with no matching function
feedback and ok tb@
Diffstat (limited to 'lib/libcrypto/rsa')
-rw-r--r-- | lib/libcrypto/rsa/rsa.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/rsa/rsa.h b/lib/libcrypto/rsa/rsa.h index 4fcef3a97c3..60512317bdb 100644 --- a/lib/libcrypto/rsa/rsa.h +++ b/lib/libcrypto/rsa/rsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa.h,v 1.65 2023/07/28 10:05:16 tb Exp $ */ +/* $OpenBSD: rsa.h,v 1.66 2024/05/19 07:12:50 jsg Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -274,8 +274,6 @@ int RSA_set_method(RSA *rsa, const RSA_METHOD *meth); const RSA_METHOD *RSA_PKCS1_OpenSSL(void); const RSA_METHOD *RSA_PKCS1_SSLeay(void); -const RSA_METHOD *RSA_null_method(void); - int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2); RSA *d2i_RSAPublicKey(RSA **a, const unsigned char **in, long len); |