summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ossl_typ.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
-rw-r--r--src/lib/libcrypto/ossl_typ.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h
index ea9227f6f9..ae79bf8ae4 100644
--- a/src/lib/libcrypto/ossl_typ.h
+++ b/src/lib/libcrypto/ossl_typ.h
@@ -182,18 +182,18 @@ typedef struct DIST_POINT_st DIST_POINT;
182typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT; 182typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT;
183typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; 183typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS;
184 184
185 /* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */ 185/* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */
186#define DECLARE_PKCS12_STACK_OF(type) /* Nothing */ 186#define DECLARE_PKCS12_STACK_OF(type) /* Nothing */
187#define IMPLEMENT_PKCS12_STACK_OF(type) /* Nothing */ 187#define IMPLEMENT_PKCS12_STACK_OF(type) /* Nothing */
188 188
189typedef struct crypto_ex_data_st CRYPTO_EX_DATA; 189typedef struct crypto_ex_data_st CRYPTO_EX_DATA;
190/* Callback types for crypto.h */ 190/* Callback types for crypto.h */
191typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad, 191typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
192 int idx, long argl, void *argp); 192 int idx, long argl, void *argp);
193typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, 193typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
194 int idx, long argl, void *argp); 194 int idx, long argl, void *argp);
195typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, void *from_d, 195typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from,
196 int idx, long argl, void *argp); 196 void *from_d, int idx, long argl, void *argp);
197 197
198typedef struct ocsp_req_ctx_st OCSP_REQ_CTX; 198typedef struct ocsp_req_ctx_st OCSP_REQ_CTX;
199typedef struct ocsp_response_st OCSP_RESPONSE; 199typedef struct ocsp_response_st OCSP_RESPONSE;