diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_local.h')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_local.h b/src/lib/libcrypto/rsa/rsa_local.h index 51ed925908..f2639d59b1 100644 --- a/src/lib/libcrypto/rsa/rsa_local.h +++ b/src/lib/libcrypto/rsa/rsa_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsa_local.h,v 1.6 2023/08/09 12:09:06 tb Exp $ */ | 1 | /* $OpenBSD: rsa_local.h,v 1.7 2023/11/29 21:35:57 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 | * |
@@ -108,8 +108,6 @@ struct rsa_st { | |||
108 | long version; | 108 | long version; |
109 | const RSA_METHOD *meth; | 109 | const RSA_METHOD *meth; |
110 | 110 | ||
111 | /* functional reference if 'meth' is ENGINE-provided */ | ||
112 | ENGINE *engine; | ||
113 | BIGNUM *n; | 111 | BIGNUM *n; |
114 | BIGNUM *e; | 112 | BIGNUM *e; |
115 | BIGNUM *d; | 113 | BIGNUM *d; |