*BIG* verify code reorganisation.
[openssl.git] / crypto / x509 / x509.h
index 9768754fa7d50ea51966bed4925963daca504ea6..db80eda8e006b4293c51409da9d9f114be41fae8 100644 (file)
@@ -275,6 +275,8 @@ typedef struct x509_st
        unsigned long ex_kusage;
        unsigned long ex_xkusage;
        unsigned long ex_nscert;
+       ASN1_OCTET_STRING *skid;
+       struct AUTHORITY_KEYID_st *akid;
 #ifndef NO_SHA
        unsigned char sha1_hash[SHA_DIGEST_LENGTH];
 #endif