aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-18 23:43:18 +0000
committerRob Austein <sra@hactrn.net>2006-07-18 23:43:18 +0000
commit160c946415f00aebd6b31736417faff4ce1559eb (patch)
tree7fa3e4db9dfe81b800b7d9b35ab21193cb1344ab /openssl
parent7517ed05b4d576c7d1a14a12f8e18ca77e476ac0 (diff)
More fun with stacks.
svn path=/openssl/README; revision=20
Diffstat (limited to 'openssl')
-rw-r--r--openssl/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README
index a3178647..61d88c62 100644
--- a/openssl/README
+++ b/openssl/README
@@ -294,3 +294,5 @@ it be better to have a "canoicalize structure" function for each
extension type? What about allowing a caller to say "no thanks it's
already in canonical form please leave it alone"?
+util/mkstack.pl finds DECLARE_STACK_OF() declarations and generates
+safestack definitions automatically. Be afraid. Be very very afraid.