diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/ocsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/ocsp.h b/src/include/ipxe/ocsp.h index e84149237..2521681c0 100644 --- a/src/include/ipxe/ocsp.h +++ b/src/include/ipxe/ocsp.h @@ -70,6 +70,8 @@ struct ocsp_check { struct x509_certificate *cert; /** Issuing certificate */ struct x509_certificate *issuer; + /** URI string */ + char *uri_string; /** Request */ struct ocsp_request request; /** Response */ |
