diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2010-03-08 19:10:35 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2010-03-08 19:10:35 +0100 |
commit | 31904ecdf3f1c613d1377dfe79c0413672de7762 (patch) | |
tree | 077a3207b9061b294925cde3495c30534d2dd0b0 /crypto/ossl_typ.h | |
parent | correct error code (diff) | |
download | openssl-31904ecdf3f1c613d1377dfe79c0413672de7762.tar.xz openssl-31904ecdf3f1c613d1377dfe79c0413672de7762.zip |
RSA PSS verification support including certificates and certificate
requests. Add new ASN1 signature initialisation function to handle this
case.
Diffstat (limited to 'crypto/ossl_typ.h')
-rw-r--r-- | crypto/ossl_typ.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 23447e8284..ea9227f6f9 100644 --- a/crypto/ossl_typ.h +++ b/crypto/ossl_typ.h @@ -96,6 +96,7 @@ typedef int ASN1_BOOLEAN; typedef int ASN1_NULL; #endif +typedef struct ASN1_ITEM_st ASN1_ITEM; typedef struct asn1_pctx_st ASN1_PCTX; #ifdef OPENSSL_SYS_WIN32 |