aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-23 14:57:50 +0000
committerRob Austein <sra@hactrn.net>2006-07-23 14:57:50 +0000
commitc55751dbbdfb637b9914ebfcc268c662f66e7185 (patch)
tree4295b05b7a861cc900f73de12aeca404377be797 /openssl
parentc2d20a529de6eb0024967747f76593fd630167e3 (diff)
*** empty log message ***
svn path=/openssl/README; revision=53
Diffstat (limited to 'openssl')
-rw-r--r--openssl/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README
index b9a5fb11..0f760451 100644
--- a/openssl/README
+++ b/openssl/README
@@ -353,3 +353,13 @@ Perhaps what we need is a function that takes two prefix-or-ranges
or range that starts with the first one and ends with the second.
Would probably be easier than what the code does now. Worry about
optimizing this later, if it matters, get it right first.
+
+Current code in addr_canonize() is much more complicated than
+necessary, needs reorganization. All we really need to do is:
+
+1) Expand begin and end addresses of A and B.
+
+2) Check whether they overlap (or are adjacent).
+
+3) If so, replace them with a merged prefix or range.
+