aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-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.