Commit 533730de authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

cryptnet: Removed unused typedefs.

parent 9ea95f41
...@@ -1812,14 +1812,14 @@ typedef struct _CERT_REVOCATION_PARA_NO_EXTRA_FIELDS { ...@@ -1812,14 +1812,14 @@ typedef struct _CERT_REVOCATION_PARA_NO_EXTRA_FIELDS {
HCERTSTORE *rgCertStore; HCERTSTORE *rgCertStore;
HCERTSTORE hCrlStore; HCERTSTORE hCrlStore;
LPFILETIME pftTimeToUse; LPFILETIME pftTimeToUse;
} CERT_REVOCATION_PARA_NO_EXTRA_FIELDS, *PCERT_REVOCATION_PARA_NO_EXTRA_FIELDS; } CERT_REVOCATION_PARA_NO_EXTRA_FIELDS;
typedef struct _OLD_CERT_REVOCATION_STATUS { typedef struct _OLD_CERT_REVOCATION_STATUS {
DWORD cbSize; DWORD cbSize;
DWORD dwIndex; DWORD dwIndex;
DWORD dwError; DWORD dwError;
DWORD dwReason; DWORD dwReason;
} OLD_CERT_REVOCATION_STATUS, *POLD_CERT_REVOCATION_STATUS; } OLD_CERT_REVOCATION_STATUS;
/*********************************************************************** /***********************************************************************
* CertDllVerifyRevocation (CRYPTNET.@) * CertDllVerifyRevocation (CRYPTNET.@)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment