diff options
| author | djm <> | 2009-01-09 12:14:11 +0000 | 
|---|---|---|
| committer | djm <> | 2009-01-09 12:14:11 +0000 | 
| commit | a0fdc9ec41594852f67ec77dfad9cb06bacc4186 (patch) | |
| tree | c43f6b3a4d93ad2cb3dcf93275295679d895a033 /src/lib/libcrypto/ossl_typ.h | |
| parent | 5a3c0a05c7f2c5d3c584b7c8d6aec836dd724c80 (diff) | |
| download | openbsd-a0fdc9ec41594852f67ec77dfad9cb06bacc4186.tar.gz openbsd-a0fdc9ec41594852f67ec77dfad9cb06bacc4186.tar.bz2 openbsd-a0fdc9ec41594852f67ec77dfad9cb06bacc4186.zip | |
import openssl-0.9.8j
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
| -rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 345fb1dc4d..0e7a380880 100644 --- a/src/lib/libcrypto/ossl_typ.h +++ b/src/lib/libcrypto/ossl_typ.h | |||
| @@ -100,6 +100,8 @@ typedef int ASN1_NULL; | |||
| 100 | #undef X509_EXTENSIONS | 100 | #undef X509_EXTENSIONS | 
| 101 | #undef X509_CERT_PAIR | 101 | #undef X509_CERT_PAIR | 
| 102 | #undef PKCS7_ISSUER_AND_SERIAL | 102 | #undef PKCS7_ISSUER_AND_SERIAL | 
| 103 | #undef OCSP_REQUEST | ||
| 104 | #undef OCSP_RESPONSE | ||
| 103 | #endif | 105 | #endif | 
| 104 | 106 | ||
| 105 | #ifdef BIGNUM | 107 | #ifdef BIGNUM | 
| @@ -140,6 +142,8 @@ typedef struct X509_crl_st X509_CRL; | |||
| 140 | typedef struct X509_name_st X509_NAME; | 142 | typedef struct X509_name_st X509_NAME; | 
| 141 | typedef struct x509_store_st X509_STORE; | 143 | typedef struct x509_store_st X509_STORE; | 
| 142 | typedef struct x509_store_ctx_st X509_STORE_CTX; | 144 | typedef struct x509_store_ctx_st X509_STORE_CTX; | 
| 145 | typedef struct ssl_st SSL; | ||
| 146 | typedef struct ssl_ctx_st SSL_CTX; | ||
| 143 | 147 | ||
| 144 | typedef struct v3_ext_ctx X509V3_CTX; | 148 | typedef struct v3_ext_ctx X509V3_CTX; | 
| 145 | typedef struct conf_st CONF; | 149 | typedef struct conf_st CONF; | 
