diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-02 21:15:10 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-02 21:15:10 +0000 |
commit | 243b4461408b2267a04a5d4778ab28d05eb3ad81 (patch) | |
tree | 362fa8e1d3afe7e51fbd26f140ccd7c9a7752d68 | |
parent | 95970d01be2f9a7b9704c282e0856689c5b5c47c (diff) |
*** empty log message ***
svn path=/openssl/README; revision=138
-rw-r--r-- | openssl/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index da607d4c..7d556d35 100644 --- a/openssl/README +++ b/openssl/README @@ -269,3 +269,7 @@ Random reminders and notes to myself: Should be possible to do all of this with minor reworking of existing canonization code, probably moving a lot of the interesting stuff out into subroutines. + + Well, but if we want to report -all- the errors in one pass, we may + need to make temporary copies of the lists (sk_dup()) because that's + the only sane way to check for overlapping/duplicate/adjacent stuff. |