diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-27 22:54:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-27 22:54:39 +0000 |
commit | 55309e6566868865595711bcb131c6979f0708e4 (patch) | |
tree | bc343b4823ea6eb3642f51d77997c9f3120917ff /openssl/trunk/crypto/x509v3/v3_asid.c | |
parent | 767102ec9c37b9c1906d73492160d9b988fd7aa2 (diff) |
Update header comment.
svn path=/openssl/trunk/crypto/x509v3/v3_asid.c; revision=108
Diffstat (limited to 'openssl/trunk/crypto/x509v3/v3_asid.c')
-rw-r--r-- | openssl/trunk/crypto/x509v3/v3_asid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openssl/trunk/crypto/x509v3/v3_asid.c b/openssl/trunk/crypto/x509v3/v3_asid.c index 245b6719..aa7302fd 100644 --- a/openssl/trunk/crypto/x509v3/v3_asid.c +++ b/openssl/trunk/crypto/x509v3/v3_asid.c @@ -17,9 +17,7 @@ /* $Id$ */ /* - * Initial attempt to implement RFC 3779 section 3. I'd be very - * surprised if this even compiled yet, as I'm still figuring out - * OpenSSL's ASN.1 template goop. + * Implementation of RFC 3779 section 3.2. */ #include <stdio.h> |