diff options
Diffstat (limited to 'openssl/trunk/crypto')
-rw-r--r-- | openssl/trunk/crypto/x509v3/x509v3.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h index 8d811267..55754488 100644 --- a/openssl/trunk/crypto/x509v3/x509v3.h +++ b/openssl/trunk/crypto/x509v3/x509v3.h @@ -724,6 +724,12 @@ DECLARE_ASN1_FUNCTIONS(IPAddressFamily) #define IANA_AFI_IPV6 2 /* + * Check whether RFC 3779 extensions nest properly. + */ +int v3_asid_validate_path(X509_STORE_CTX *); +int v3_addr_validate_path(X509_STORE_CTX *); + +/* * [sra] END KLUDGE */ |