aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-21 04:43:48 +0000
committerRob Austein <sra@hactrn.net>2006-07-21 04:43:48 +0000
commit5f18c07cd7d019da351896e67453a953e99fb43e (patch)
tree68653a8e02a2a9ac06eb367a4f1e6f1962f97311
parent01567b52c47ba99506865116b32f425ecf737a1b (diff)
*** empty log message ***
svn path=/openssl/README; revision=33
-rw-r--r--openssl/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README
index ba35c492..a407cfe7 100644
--- a/openssl/README
+++ b/openssl/README
@@ -328,3 +328,8 @@ Hmm, the alternative would be to write a comparision routine which
expands a pair of bitstrings as addresses, and write the rest of the
code in terms of that. Might be a useful function to have anyway.
+int addr_cmp(int afi, ASN1_BIT_STRING *a, unsigned char fill_a,
+ ASN1_BIT_STRING *b, unsigned char fill_b);
+
+Problem is, this requires data not available in a sk_sort() handler.
+So I think we're stuck with the temporary stack approach.