Grid Community Toolkit  6.2.1705709074 (tag: v6.2.20240202)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
myproxy_ocsp_aia.h
1 /*
2  * myproxy_ocsp_aia.h - OCSP AIA extension handlign
3  */
4 #ifndef __MYPROXY_OCSP_AIA_H
5 #define __MYPROXY_OCSP_AIA_H
6 
7 #include <openssl/x509v3.h>
8 
9 char *myproxy_get_aia_ocsp_uri(X509 *cert);
10 
11 #endif