summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa.h
diff options
context:
space:
mode:
authorjsg <>2024-05-19 07:12:50 +0000
committerjsg <>2024-05-19 07:12:50 +0000
commit05e553f5567082e370f1d32138837e1813d2256d (patch)
treea9e3f27188824105f77f68dbe9ae80aee57ba7ce /src/lib/libcrypto/rsa/rsa.h
parent184d5ae7d3f34aadc94fdd8d24bccddb5fa1e5ff (diff)
downloadopenbsd-05e553f5567082e370f1d32138837e1813d2256d.tar.gz
openbsd-05e553f5567082e370f1d32138837e1813d2256d.tar.bz2
openbsd-05e553f5567082e370f1d32138837e1813d2256d.zip
remove prototypes with no matching function
feedback and ok tb@
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa.h')
-rw-r--r--src/lib/libcrypto/rsa/rsa.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h
index 4fcef3a97c..60512317bd 100644
--- a/src/lib/libcrypto/rsa/rsa.h
+++ b/src/lib/libcrypto/rsa/rsa.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: rsa.h,v 1.65 2023/07/28 10:05:16 tb Exp $ */ 1/* $OpenBSD: rsa.h,v 1.66 2024/05/19 07:12:50 jsg 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 *
@@ -274,8 +274,6 @@ int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
274const RSA_METHOD *RSA_PKCS1_OpenSSL(void); 274const RSA_METHOD *RSA_PKCS1_OpenSSL(void);
275const RSA_METHOD *RSA_PKCS1_SSLeay(void); 275const RSA_METHOD *RSA_PKCS1_SSLeay(void);
276 276
277const RSA_METHOD *RSA_null_method(void);
278
279int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2); 277int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
280 278
281RSA *d2i_RSAPublicKey(RSA **a, const unsigned char **in, long len); 279RSA *d2i_RSAPublicKey(RSA **a, const unsigned char **in, long len);