aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto/x509v3/v3_asid.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-08-01 04:49:57 +0000
committerRob Austein <sra@hactrn.net>2006-08-01 04:49:57 +0000
commit344c0685f12d149e4838600ad5f484539a090bb3 (patch)
tree9bb69a46cdabdb6c1ffe1654f15ae96b0bf171e9 /openssl/trunk/crypto/x509v3/v3_asid.c
parentf41241423c5a76eada805e449ef989c229ae2360 (diff)
Typo
svn path=/openssl/trunk/crypto/x509v3/v3_asid.c; revision=121
Diffstat (limited to 'openssl/trunk/crypto/x509v3/v3_asid.c')
-rw-r--r--openssl/trunk/crypto/x509v3/v3_asid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/trunk/crypto/x509v3/v3_asid.c b/openssl/trunk/crypto/x509v3/v3_asid.c
index 450389fa..50e316ee 100644
--- a/openssl/trunk/crypto/x509v3/v3_asid.c
+++ b/openssl/trunk/crypto/x509v3/v3_asid.c
@@ -531,7 +531,7 @@ static int asid_contains(ASIdOrRanges *parent, ASIdOrRanges *child)
}
/*
- * RFC 3779 3.3 path validation. Intented to be called from X509_verify_cert().
+ * RFC 3779 3.3 path validation. Intended to be called from X509_verify_cert().
*/
int v3_asid_validate_path(X509_STORE_CTX *ctx)
{