diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-26 06:44:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-26 06:44:00 +0000 |
commit | c64362ce28a166a7fd94481ae3fba687a3b83315 (patch) | |
tree | 8e81730880382992e5e19cd2882ead321cbf39a5 /openssl/README | |
parent | 7b52cbd9d69e59f0076782fa20d500300daafdeb (diff) |
yay
svn path=/openssl/README; revision=78
Diffstat (limited to 'openssl/README')
-rw-r--r-- | openssl/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index b7158dc5..c912d4ab 100644 --- a/openssl/README +++ b/openssl/README @@ -459,3 +459,14 @@ Program received signal SIGSEGV, Segmentation fault. The layer above this looks right (appears to be a valid stack, the addressFamily field looks plausible). + +[Later...] + +Hmm, is SEQUENCE(CHOICE(foo,bar)) a problem? ASID code works, ADDR +does not, place where ADDR breaks is a SEQUENCE OF CHOICE. + +Yep, that did it. Ok, display (i2r) code works. Still need to debug +v2i code. + +i2r code needs minor work, needs to break long lines of ASIDs. +Deal with this later. |