mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[crypto] Remove dynamically-allocated storage for certificate OCSP URI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -133,7 +133,7 @@ enum x509_extended_key_usage_bits {
|
||||
/** X.509 certificate OCSP responder */
|
||||
struct x509_ocsp_responder {
|
||||
/** URI */
|
||||
char *uri;
|
||||
struct asn1_cursor uri;
|
||||
/** OCSP status is good */
|
||||
int good;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user