diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-26 16:09:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-26 16:09:16 +0000 |
commit | a7d98494070fc0e7c25db7857accf03ebe10c983 (patch) | |
tree | 9e1815deb80452cd9200b12c50dec0a305ab7fb7 /openssl/README | |
parent | b9d8f152710ac434a871c79574530fa69837ee9e (diff) |
name_cmp()
svn path=/openssl/README; revision=85
Diffstat (limited to 'openssl/README')
-rw-r--r-- | openssl/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index d71cac13..89827466 100644 --- a/openssl/README +++ b/openssl/README @@ -523,3 +523,5 @@ a single address. library does the right thing, but the CONF_VALUE->name we get back has the numeric tag ("as.0", "as.1", etc) which we're not handling. Check what other extensions (eg subjectAltName) do about this. + +Ah, we should use name_cmp() instead of strcmp(), ok. |