New commits:
commit 26747e508d7d93c7c9efa5fc12b2177e41a2fcc2
Author: D. Hugh Redelmeier <[email protected]>
Date:   Mon Jan 14 00:13:46 2019 -0500

    libswan: Introduce and exploit EMPTY_CHUNK and CHUNKO(); delete CHUNK()
    
    - EMPTY_CHUNK is a literal constant equal to empty_chunk.  Being a
      literal it should allow for better static analysis (better code
      generation and better compiler diagnostics).
    
    - CHUNKO() creates a chunk for an object
    
    - CHUNK() was never used but was like CHUNKO. It could only be used as
      an initializer, and only if the object were an array (surely a bug).

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to