mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
[crypto] Expose RSA_CTX_SIZE constant
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -77,6 +77,9 @@ struct rsa_context {
|
||||
void *tmp;
|
||||
};
|
||||
|
||||
/** RSA context size */
|
||||
#define RSA_CTX_SIZE sizeof ( struct rsa_context )
|
||||
|
||||
extern struct pubkey_algorithm rsa_algorithm;
|
||||
|
||||
#endif /* _IPXE_RSA_H */
|
||||
|
||||
Reference in New Issue
Block a user