Skip to content
Snippets Groups Projects
Forked from Nettle / nettle
Source project has a limited visibility.
  • Niels Möller's avatar
    10e2207b
    (LDATA): Use sizeof instead of strlen. Now · 10e2207b
    Niels Möller authored
    handles strings including NUL-characters. But works only with
    literals and character arrays, no char pointers.
    (LLENGTH): New macro, computing length the same way as LDATA.
    
    Rev: src/nettle/testsuite/testutils.h:1.16
    10e2207b
    History
    (LDATA): Use sizeof instead of strlen. Now
    Niels Möller authored
    handles strings including NUL-characters. But works only with
    literals and character arrays, no char pointers.
    (LLENGTH): New macro, computing length the same way as LDATA.
    
    Rev: src/nettle/testsuite/testutils.h:1.16