[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Wed Jan 3 16:03:28 UTC 2018


The branch master has been updated
       via  921a2b6e320239af22d2be268d84f66262891d1f (commit)
      from  a716df816d76bbee8b349e6ff51e227bc4d4d3dd (commit)


- Log -----------------------------------------------------------------
commit 921a2b6e320239af22d2be268d84f66262891d1f
Author: Rich Salz <rsalz at akamai.com>
Date:   Wed Jan 3 11:03:10 2018 -0500

    Add "unknown size" text

-----------------------------------------------------------------------

Summary of changes:
 docs/faq-3-prog.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/faq-3-prog.txt b/docs/faq-3-prog.txt
index d1bb9c9..a471f5e 100644
--- a/docs/faq-3-prog.txt
+++ b/docs/faq-3-prog.txt
@@ -15,7 +15,7 @@ the CRYPTO_THREADID_set... API's.  See the OpenSSL threads manpage for
 details and "note on multi-threading" in the INSTALL file in the source
 distribution.
 
-* My code gets "undefined structure" when building with 1.1.0 or later.
+* My code gets "undefined structure" or "unknown size" when building with 1.1.0 or later.
 
 In 1.1.0 we made most of the structures opaque. This means that you can
 no longer access the fields directly, but must use settor and accessor


More information about the openssl-commits mailing list