diff options
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
-rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 345fb1dc4d..734200428f 100644 --- a/src/lib/libcrypto/ossl_typ.h +++ b/src/lib/libcrypto/ossl_typ.h | |||
@@ -140,6 +140,8 @@ typedef struct X509_crl_st X509_CRL; | |||
140 | typedef struct X509_name_st X509_NAME; | 140 | typedef struct X509_name_st X509_NAME; |
141 | typedef struct x509_store_st X509_STORE; | 141 | typedef struct x509_store_st X509_STORE; |
142 | typedef struct x509_store_ctx_st X509_STORE_CTX; | 142 | typedef struct x509_store_ctx_st X509_STORE_CTX; |
143 | typedef struct ssl_st SSL; | ||
144 | typedef struct ssl_ctx_st SSL_CTX; | ||
143 | 145 | ||
144 | typedef struct v3_ext_ctx X509V3_CTX; | 146 | typedef struct v3_ext_ctx X509V3_CTX; |
145 | typedef struct conf_st CONF; | 147 | typedef struct conf_st CONF; |