From e1ebc50f81eb1ad24218a5e69d42565a9d8cc035 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 25 Mar 2014 16:09:16 +0000 Subject: [crypto] Remove dynamically-allocated storage for certificate OCSP URI Signed-off-by: Michael Brown --- src/include/ipxe/x509.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ipxe/x509.h b/src/include/ipxe/x509.h index 3e4bcd205..483153bbe 100644 --- a/src/include/ipxe/x509.h +++ b/src/include/ipxe/x509.h @@ -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; }; -- cgit v1.2.3-55-g7522