aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-26 15:11:22 +0000
committerRob Austein <sra@hactrn.net>2006-07-26 15:11:22 +0000
commite696b715eb7cfa90a96adf9e434513c3408ed7fa (patch)
tree5124c6612b151306a6f8c9be50fa6727e9a0101f
parent7cc386f74c349273264d3869d63a14f14167c196 (diff)
*** empty log message ***
svn path=/openssl/README; revision=83
-rw-r--r--openssl/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README
index fed3487e..4b9520c7 100644
--- a/openssl/README
+++ b/openssl/README
@@ -511,3 +511,6 @@ At the moment we are just dealing with ASN.1 integers at a fairly
abstract level and don't care a whit about machine representation,
which is probably the right thing since the user only cares about
ASN.1 and text. So strdup() is probably the right answer.
+
+addr v2i is having similar problems, inet_pton() doesn't like the
+slash of a prefix. Same answer I guess.