diff options
| author | djm <> | 2012-10-13 21:23:50 +0000 |
|---|---|---|
| committer | djm <> | 2012-10-13 21:23:50 +0000 |
| commit | 228cae30b117c2493f69ad3c195341cd6ec8d430 (patch) | |
| tree | 29ff00b10d52c0978077c4fd83c33b065bade73e /src/lib/libcrypto/ossl_typ.h | |
| parent | 731838c66b52c0ae5888333005b74115a620aa96 (diff) | |
| download | openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.tar.gz openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.tar.bz2 openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.zip | |
import OpenSSL-1.0.1c
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 12bd7014de..ea9227f6f9 100644 --- a/src/lib/libcrypto/ossl_typ.h +++ b/src/lib/libcrypto/ossl_typ.h | |||
| @@ -91,10 +91,12 @@ typedef struct asn1_string_st ASN1_TIME; | |||
| 91 | typedef struct asn1_string_st ASN1_GENERALIZEDTIME; | 91 | typedef struct asn1_string_st ASN1_GENERALIZEDTIME; |
| 92 | typedef struct asn1_string_st ASN1_VISIBLESTRING; | 92 | typedef struct asn1_string_st ASN1_VISIBLESTRING; |
| 93 | typedef struct asn1_string_st ASN1_UTF8STRING; | 93 | typedef struct asn1_string_st ASN1_UTF8STRING; |
| 94 | typedef struct asn1_string_st ASN1_STRING; | ||
| 94 | typedef int ASN1_BOOLEAN; | 95 | typedef int ASN1_BOOLEAN; |
| 95 | typedef int ASN1_NULL; | 96 | typedef int ASN1_NULL; |
| 96 | #endif | 97 | #endif |
| 97 | 98 | ||
| 99 | typedef struct ASN1_ITEM_st ASN1_ITEM; | ||
| 98 | typedef struct asn1_pctx_st ASN1_PCTX; | 100 | typedef struct asn1_pctx_st ASN1_PCTX; |
| 99 | 101 | ||
| 100 | #ifdef OPENSSL_SYS_WIN32 | 102 | #ifdef OPENSSL_SYS_WIN32 |
